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()308 bool UnwindAssemblyInstEmulation::AugmentUnwindPlanFromCallSite( in AugmentUnwindPlanFromCallSite()313 bool UnwindAssemblyInstEmulation::GetFastUnwindPlan(AddressRange &func, in GetFastUnwindPlan()319 bool UnwindAssemblyInstEmulation::FirstNonPrologueInsn( in FirstNonPrologueInsn()326 UnwindAssemblyInstEmulation::CreateInstance(const ArchSpec &arch) { in CreateInstance()332 return new UnwindAssemblyInstEmulation(arch, inst_emulator_up.release()); in CreateInstance()336 void UnwindAssemblyInstEmulation::Initialize() { in Initialize()341 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)
601 SRCS+= Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp