LLVMGetDebugLocDirectory

Function LLVMGetDebugLocDirectory 

Source
pub unsafe extern "C" fn LLVMGetDebugLocDirectory(
    Val: LLVMValueRef,
    Length: *mut c_uint,
) -> *const c_char
Expand description

Return the directory of the debug location for this value, which must be an llvm::Instruction, llvm::GlobalVariable, or llvm::Function.

@see llvm::Instruction::getDebugLoc() @see llvm::GlobalVariable::getDebugInfo() @see llvm::Function::getSubprogram()