Searched refs:dwarfexpr (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextLLDB.cpp | 1491 …DWARFExpression dwarfexpr (opcode_ctx, dwarfdata, 0, unwindplan_regloc.GetDWARFExpressionLength()); in SavedLocationForRegister() local 1492 dwarfexpr.SetRegisterKind (unwindplan_registerkind); in SavedLocationForRegister() 1495 if (dwarfexpr.Evaluate (&exe_ctx, NULL, NULL, this, 0, NULL, result, &error)) in SavedLocationForRegister() 1787 …DWARFExpression dwarfexpr (opcode_ctx, dwarfdata, 0, row->GetCFAValue().GetDWARFExpressionLength()… in ReadCFAValueForRow() local 1788 dwarfexpr.SetRegisterKind (row_register_kind); in ReadCFAValueForRow() 1791 if (dwarfexpr.Evaluate (&exe_ctx, NULL, NULL, this, 0, NULL, result, &error)) in ReadCFAValueForRow()
|