Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h71 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h70 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() function in OptionGroupArchitecture
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/
H A DObjectFilePlaceholder.h44 lldb_private::ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/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; } in GetArchitecture() function
H A DEmulateInstruction.h442 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h79 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcessTrace.cpp106 ArchSpec ProcessTrace::GetArchitecture() { in GetArchitecture() function in ProcessTrace
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp248 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture() function in UnwindTable
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h158 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp43 llvm::StringRef GetArchitecture() { in GetArchitecture() function in __anon844340d40111::PluginProperties
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture() function in ObjectFilePDB
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp166 ArchSpec ObjectFileCOFF::GetArchitecture() { in GetArchitecture() function in ObjectFileCOFF
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp166 ArchSpec ObjectFileJIT::GetArchitecture() { GetArchitecture() function in ObjectFileJIT
H A DIRExecutionUnit.cpp1182 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture() function in IRExecutionUnit
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { in GetArchitecture() function in HostInfoBase
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp136 ArchSpec MinidumpParser::GetArchitecture() { in GetArchitecture() function in MinidumpParser
H A DProcessMinidump.cpp315 ArchSpec ProcessMinidump::GetArchitecture() { in GetArchitecture() function in ProcessMinidump
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp268 ArchSpec ScriptedProcess::GetArchitecture() { GetArchitecture() function in ScriptedProcess
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1023 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp1063 ArchSpec ProcessElfCore::GetArchitecture() { in GetArchitecture() function in ProcessElfCore

12