LLVMDbgRecordGetDebugLoc

Function LLVMDbgRecordGetDebugLoc 

Source
pub unsafe extern "C" fn LLVMDbgRecordGetDebugLoc(
    Rec: LLVMDbgRecordRef,
) -> LLVMMetadataRef
Expand description

Get the debug location attached to the debug record.

@see llvm::DbgRecord::getDebugLoc()