LLVMGetDebugLocColumn

Function LLVMGetDebugLocColumn 

Source
pub unsafe extern "C" fn LLVMGetDebugLocColumn(
    Val: LLVMValueRef,
) -> c_uint
Expand description

Return the column number of the debug location for this value, which must be an llvm::Instruction.

@see llvm::Instruction::getDebugLoc()