/freebsd-src/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-src/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-src/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupArchitecture.cpp | 26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() function in OptionGroupArchitecture
|
/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | ProcessInfo.h | 61 ArchSpec &GetArchitecture() { return m_arch; } GetArchitecture() function 63 const ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
|
/freebsd-src/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 | 440 const ArchSpec &GetArchitecture() const { return m_arch; } GetArchitecture() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 79 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 203 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } GetArchitecture() function in UnwindTable
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.h | 151 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | ProcessTrace.cpp | 105 ArchSpec ProcessTrace::GetArchitecture() { GetArchitecture() function in ProcessTrace
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
H A D | PlatformQemuUser.cpp | 43 llvm::StringRef GetArchitecture() { in GetArchitecture() function in __anonc0110be60111::PluginProperties
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.cpp | 49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture() function in ObjectFilePDB
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 166 ArchSpec ObjectFileCOFF::GetArchitecture() { in GetArchitecture() function in ObjectFileCOFF
|
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 162 ArchSpec ObjectFileJIT::GetArchitecture() { in GetArchitecture() function in ObjectFileJIT
|
H A D | IRExecutionUnit.cpp | 1181 ArchSpec IRExecutionUnit::GetArchitecture() { GetArchitecture() function in IRExecutionUnit
|
/freebsd-src/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-src/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 [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/scripted/ |
H A D | ScriptedProcess.cpp | 282 ArchSpec ScriptedProcess::GetArchitecture() { in GetArchitecture() function in ScriptedProcess
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 992 ArchSpec ProcessElfCore::GetArchitecture() { GetArchitecture() function in ProcessElfCore [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 1012 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } GetArchitecture() function
|