LLVMDbgVariableRecordGetVariable

Function LLVMDbgVariableRecordGetVariable 

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

Get the debug info variable of the DbgVariableRecord.

@see llvm::DbgVariableRecord::getVariable()