Searched refs:m_inst_emulator_ap (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
D | UnwindAssemblyInstEmulation.h | 129 m_inst_emulator_ap (inst_emulator), in UnwindAssemblyInstEmulation() 142 if (m_inst_emulator_ap.get()) in UnwindAssemblyInstEmulation() 144 m_inst_emulator_ap->SetBaton (this); in UnwindAssemblyInstEmulation() 145 m_inst_emulator_ap->SetCallbacks (ReadMemory, WriteMemory, ReadRegister, WriteRegister); in UnwindAssemblyInstEmulation() 160 std::unique_ptr<lldb_private::EmulateInstruction> m_inst_emulator_ap; variable
|
D | UnwindAssemblyInstEmulation.cpp | 42 m_inst_emulator_ap.get()) in GetNonCallSiteUnwindPlanFromAssembly() 47 m_inst_emulator_ap->CreateFunctionEntryUnwind (unwind_plan); in GetNonCallSiteUnwindPlanFromAssembly() 74 m_inst_emulator_ap->GetRegisterInfo (unwind_plan.GetRegisterKind(), in GetNonCallSiteUnwindPlanFromAssembly() 123 …if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc_reg_info… in GetNonCallSiteUnwindPlanFromAssembly() 132 …if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, ra_reg_info… in GetNonCallSiteUnwindPlanFromAssembly() 151 m_inst_emulator_ap->SetInstruction (inst->GetOpcode(), in GetNonCallSiteUnwindPlanFromAssembly() 155 … m_inst_emulator_ap->EvaluateInstruction (eEmulateInstructionOptionIgnoreConditions); in GetNonCallSiteUnwindPlanFromAssembly()
|