Home
last modified time | relevance | path

Searched refs:UnwindAssembly (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DUnwindAssembly.cpp17 UnwindAssemblySP UnwindAssembly::FindPlugin(const ArchSpec &arch) { in FindPlugin()
31 UnwindAssembly::UnwindAssembly(const ArchSpec &arch) : m_arch(arch) {} in UnwindAssembly() function in UnwindAssembly
H A DCMakeLists.txt77 UnwindAssembly.cpp
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnwindAssembly.h18 class UnwindAssembly : public std::enable_shared_from_this<UnwindAssembly>,
41 UnwindAssembly(const ArchSpec &arch);
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.h17 class UnwindAssembly_x86 : public lldb_private::UnwindAssembly {
41 static lldb_private::UnwindAssembly *
H A DCMakeLists.txt2 UnwindAssembly-x86.cpp
H A DUnwindAssembly-x86.cpp38 : lldb_private::UnwindAssembly(arch), in LLDB_PLUGIN_DEFINE_ADV()
235 UnwindAssembly *UnwindAssembly_x86::CreateInstance(const ArchSpec &arch) { in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h18 class UnwindAssemblyInstEmulation : public lldb_private::UnwindAssembly {
47 static lldb_private::UnwindAssembly *
65 : UnwindAssembly(arch), m_inst_emulator_up(inst_emulator), in UnwindAssemblyInstEmulation()
H A DUnwindAssemblyInstEmulation.cpp328 UnwindAssembly *
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/UnwindAssembly/x86/
H A DBUILD.gn14 "UnwindAssembly-x86.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn191 "//lldb/source/Plugins/UnwindAssembly/InstEmulation",
195 "//lldb/source/Plugins/UnwindAssembly/x86",
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt26 add_subdirectory(UnwindAssembly)
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn100 "UnwindAssembly.cpp",
/llvm-project-15.0.7/lldb/unittests/
H A DCMakeLists.txt94 add_subdirectory(UnwindAssembly)
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h102 typedef UnwindAssembly *(*UnwindAssemblyCreateInstance)(const ArchSpec &arch);
H A Dlldb-forward.h263 class UnwindAssembly; variable
442 typedef std::shared_ptr<lldb_private::UnwindAssembly> UnwindAssemblySP;
/llvm-project-15.0.7/lldb/source/Symbol/
H A DFuncUnwinders.cpp525 assembly_profiler_sp = UnwindAssembly::FindPlugin(arch); in GetUnwindAssemblyProfiler()
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst3517 * - lldb/source/Plugins/UnwindAssembly/InstEmulation
3522 * - lldb/source/Plugins/UnwindAssembly/x86
3852 * - lldb/unittests/UnwindAssembly/ARM64
3857 * - lldb/unittests/UnwindAssembly/PPC64
3862 * - lldb/unittests/UnwindAssembly/x86
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp1155 #pragma mark UnwindAssembly
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3853 lldb/include/lldb/Target/UnwindAssembly.h
4606 lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
4607 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
4608 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
4659 lldb/source/Target/UnwindAssembly.cpp
4898 lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp