ΒΆconst char* LLVMGetDebugLocDirectory(
    LLVMValueRef Val,
    unsigned int* Length)

Description

Return the directory 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:1001

Parameters

LLVMValueRef Val
unsigned int* Length