Searched refs:UnwindAssemblyInstEmulation (Results 1 – 4 of 4) sorted by relevance
32 LLDB_PLUGIN_DEFINE(UnwindAssemblyInstEmulation) in LLDB_PLUGIN_DEFINE() argument36 bool UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly( in LLDB_PLUGIN_DEFINE()53 bool UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly( in GetNonCallSiteUnwindPlanFromAssembly()228 bool UnwindAssemblyInstEmulation::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite()233 bool UnwindAssemblyInstEmulation::GetFastUnwindPlan(AddressRange &func, in GetFastUnwindPlan()239 bool UnwindAssemblyInstEmulation::FirstNonPrologueInsn( in FirstNonPrologueInsn()246 UnwindAssemblyInstEmulation::CreateInstance(const ArchSpec &arch) { in CreateInstance()252 return new UnwindAssemblyInstEmulation(arch, inst_emulator_up.release()); in CreateInstance()256 void UnwindAssemblyInstEmulation::Initialize() { in Initialize()261 void UnwindAssemblyInstEmulation::Terminate() { in Terminate()[all …]
18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {20 ~UnwindAssemblyInstEmulation() override = default;63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation() function
79 LLDB_PLUGIN(UnwindAssemblyInstEmulation)
609 SRCS+= Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp