pub fn get_debug_loc_filename(val: &ValueRef) -> Option<String>
Return the filename of the debug location for this value, which must be an LLVM Instruction, lGlobalVariable, or Function.
Instruction
lGlobalVariable
Function