/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 71 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 70 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupArchitecture.cpp | 26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() function in OptionGroupArchitecture
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.h | 44 lldb_private::ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 89 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture() function 91 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
|
H A D | Disassembler.h | 473 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
|
H A D | EmulateInstruction.h | 442 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 79 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ProcessTrace.cpp | 106 ArchSpec ProcessTrace::GetArchitecture() { in GetArchitecture() function in ProcessTrace
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 248 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture() function in UnwindTable
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 62 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 D | ObjectContainerBSDArchive.h | 158 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 43 llvm::StringRef GetArchitecture() { in GetArchitecture() function in __anon844340d40111::PluginProperties
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture() function in ObjectFilePDB
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 166 ArchSpec ObjectFileCOFF::GetArchitecture() { in GetArchitecture() function in ObjectFileCOFF
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 166 ArchSpec ObjectFileJIT::GetArchitecture() { GetArchitecture() function in ObjectFileJIT
|
H A D | IRExecutionUnit.cpp | 1182 ArchSpec IRExecutionUnit::GetArchitecture() { in GetArchitecture() function in IRExecutionUnit
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { in GetArchitecture() function in HostInfoBase
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 136 ArchSpec MinidumpParser::GetArchitecture() { in GetArchitecture() function in MinidumpParser
|
H A D | ProcessMinidump.cpp | 315 ArchSpec ProcessMinidump::GetArchitecture() { in GetArchitecture() function in ProcessMinidump
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 268 ArchSpec ScriptedProcess::GetArchitecture() { GetArchitecture() function in ScriptedProcess
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 1023 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 1063 ArchSpec ProcessElfCore::GetArchitecture() { in GetArchitecture() function in ProcessElfCore
|