Skip to main content

LVMDbgVariableRecordGetExpression

Function LVMDbgVariableRecordGetExpression 

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

Get the debug info expression of the DbgVariableRecord.

See llvm::DbgVariableRecord::getExpression().