ΒΆconst char* LLVMGetDebugLocFilename(
LLVMValueRef Val,
unsigned int* Length)
const char* LLVMGetDebugLocFilename(
LLVMValueRef Val,
unsigned int* Length)
Description
Return the filename of the debug location for this value, which must be an llvm::Instruction, llvm::GlobalVariable, or llvm::Function.
Declared at: llvm/include/llvm-c/Core.h:977
Parameters
- LLVMValueRef Val
- unsigned int* Length