Home
last modified time | relevance | path

Searched defs:GetArchitecture (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h70 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h71 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() function in OptionGroupArchitecture
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h117 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h44 lldb_private::ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h89 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture() function
91 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
H A DDisassembler.h473 const ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
H A DEmulateInstruction.h440 const ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h80 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h79 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h62 const ArchSpec &GetArchitecture() const /*override*/ { return Arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h151 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp106 ArchSpec ProcessTrace::GetArchitecture() { in GetArchitecture() function in ProcessTrace
/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp248 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } GetArchitecture() function in UnwindTable
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h62 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture() function
64 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp43 llvm::StringRef GetArchitecture() { in GetArchitecture() function in __anon79f1bfe70111::PluginProperties
/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture() function in ObjectFilePDB
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp166 ArchSpec ObjectFileCOFF::GetArchitecture() { in GetArchitecture() function in ObjectFileCOFF
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp162 ArchSpec ObjectFileJIT::GetArchitecture() { in GetArchitecture() function in ObjectFileJIT
/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { GetArchitecture() function in HostInfoBase
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp136 ArchSpec MinidumpParser::GetArchitecture() { GetArchitecture() function in MinidumpParser
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp282 ArchSpec ScriptedProcess::GetArchitecture() { GetArchitecture() function in ScriptedProcess
/llvm-project/lldb/unittests/Process/minidump/
H A DMinidumpParserTest.cpp121 TEST_F(MinidumpParserTest,GetArchitecture) TEST_F() argument

12