Skip to main content

LLVMDbgVariableRecordGetValue

Function LLVMDbgVariableRecordGetValue 

Source
pub unsafe extern "C" fn LLVMDbgVariableRecordGetValue(
    Rec: LLVMDbgRecordRef,
    OpIdx: c_uint,
) -> LLVMValueRef
Expand description

Get the value of the DbgVariableRecord.

See llvm::DbgVariableRecord::getValue().