Function llvm_lib::core::module::get_debug_loc_directory
source ยท pub fn get_debug_loc_directory(val: &ValueRef) -> Option<String>Expand description
Return the directory of the debug location for this value, which must be
an LLVM Instruction, GlobalVariable, or Function.