Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DRegisterContext.cpp84 ModuleSP opcode_ctx; in UpdateDynamicRegisterSize() local
85 DWARFExpression dwarf_expr(opcode_ctx, dwarf_data, nullptr); in UpdateDynamicRegisterSize()
88 if (dwarf_expr.Evaluate(&exe_ctx, this, opcode_ctx, dwarf_data, nullptr, in UpdateDynamicRegisterSize()
DRegisterContextUnwind.cpp1520 ModuleSP opcode_ctx; in SavedLocationForRegister() local
1521 DWARFExpression dwarfexpr(opcode_ctx, dwarfdata, nullptr); in SavedLocationForRegister()
1873 ModuleSP opcode_ctx; in ReadFrameAddress() local
1874 DWARFExpression dwarfexpr(opcode_ctx, dwarfdata, nullptr); in ReadFrameAddress()
/external/llvm-project/lldb/include/lldb/Expression/
DDWARFExpression.h204 lldb::ModuleSP opcode_ctx, const DataExtractor &opcodes,