pub fn get_debug_loc_line(val: &ValueRef) -> u32
Return the line number of the debug location for this value, which must be an LLVM Instruction, GlobalVariable, or Function.
Instruction
GlobalVariable
Function