Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp32 LLDB_PLUGIN_DEFINE(UnwindAssemblyInstEmulation) in LLDB_PLUGIN_DEFINE() argument
36 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 …]
H A DUnwindAssemblyInstEmulation.h18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
20 ~UnwindAssemblyInstEmulation() override = default;
63 UnwindAssemblyInstEmulation(const lldb_private::ArchSpec &arch, in UnwindAssemblyInstEmulation() function
/freebsd/lib/clang/include/Plugins/
H A DPlugins.def79 LLDB_PLUGIN(UnwindAssemblyInstEmulation)
/freebsd/lib/clang/liblldb/
H A DMakefile601 SRCS+= Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp