Home
last modified time | relevance | path

Searched refs:dwarfexpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1509 DWARFExpression dwarfexpr(opcode_ctx, dwarfdata, nullptr, 0, in SavedLocationForRegister() local
1511 dwarfexpr.SetRegisterKind(unwindplan_registerkind); in SavedLocationForRegister()
1514 if (dwarfexpr.Evaluate(&exe_ctx, this, 0, nullptr, nullptr, result, in SavedLocationForRegister()
1811 DWARFExpression dwarfexpr(opcode_ctx, dwarfdata, nullptr, 0, in ReadFrameAddress() local
1813 dwarfexpr.SetRegisterKind(row_register_kind); in ReadFrameAddress()
1816 if (dwarfexpr.Evaluate(&exe_ctx, this, 0, nullptr, nullptr, result, in ReadFrameAddress()