pub unsafe extern "C" fn LLVMDbgVariableRecordGetValue(
Rec: LLVMDbgRecordRef,
OpIdx: c_uint,
) -> LLVMValueRefExpand description
Get the value of the DbgVariableRecord.
See llvm::DbgVariableRecord::getValue().
pub unsafe extern "C" fn LLVMDbgVariableRecordGetValue(
Rec: LLVMDbgRecordRef,
OpIdx: c_uint,
) -> LLVMValueRefGet the value of the DbgVariableRecord.
See llvm::DbgVariableRecord::getValue().