Searched refs:UnwindAssembly (Results 1 – 19 of 19) sorted by relevance
17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin()31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly() function in UnwindAssembly
77 UnwindAssembly.cpp
18 class UnwindAssembly : public std::enable_shared_from_this<UnwindAssembly>,41 UnwindAssembly(const ArchSpec &arch);
17 class UnwindAssembly_x86 : public lldb_private::UnwindAssembly {41 static lldb_private::UnwindAssembly *
2 UnwindAssembly-x86.cpp
38 : lldb_private::UnwindAssembly(arch), in LLDB_PLUGIN_DEFINE_ADV()235 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { in CreateInstance()
18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {47 static lldb_private::UnwindAssembly *65 : UnwindAssembly(arch), m_inst_emulator_up(inst_emulator), in UnwindAssemblyInstEmulation()
328 UnwindAssembly *
14 "UnwindAssembly-x86.cpp",
191 "//lldb/source/Plugins/UnwindAssembly/InstEmulation",195 "//lldb/source/Plugins/UnwindAssembly/x86",
26 add_subdirectory(UnwindAssembly)
100 "UnwindAssembly.cpp",
94 add_subdirectory(UnwindAssembly)
102 typedef UnwindAssembly *(*UnwindAssemblyCreateInstance)(const ArchSpec &arch);
263 class UnwindAssembly; variable442 typedef std::shared_ptr<lldb_private::UnwindAssembly> UnwindAssemblySP;
525 assembly_profiler_sp = UnwindAssembly::FindPlugin(arch); in GetUnwindAssemblyProfiler()
3517 * - lldb/source/Plugins/UnwindAssembly/InstEmulation3522 * - lldb/source/Plugins/UnwindAssembly/x863852 * - lldb/unittests/UnwindAssembly/ARM643857 * - lldb/unittests/UnwindAssembly/PPC643862 * - lldb/unittests/UnwindAssembly/x86
1155 #pragma mark UnwindAssembly
3853 lldb/include/lldb/Target/UnwindAssembly.h4606 lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h4607 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp4608 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h4659 lldb/source/Target/UnwindAssembly.cpp4898 lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp