Skip to main content

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().