Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h74 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h69 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h70 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h60 ArchSpec &GetArchitecture() { return m_arch; } in GetArchitecture() function
62 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h91 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp26 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, in GetArchitecture() function in OptionGroupArchitecture
/openbsd/gnu/llvm/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.h469 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
H A DEmulateInstruction.h440 const ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h82 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h79 const ArchSpec &GetArchitecture() const override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h90 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DUnwindTable.cpp204 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } in GetArchitecture() function in UnwindTable
/openbsd/gnu/llvm/lldb/source/Target/
H A DProcessTrace.cpp103 ArchSpec ProcessTrace::GetArchitecture() { in GetArchitecture() function in ProcessTrace
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h158 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp49 ArchSpec ObjectFilePDB::GetArchitecture() { in GetArchitecture() function in ObjectFilePDB
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp43 llvm::StringRef GetArchitecture() { in GetArchitecture() function in __anon832a71010111::PluginProperties
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp175 ArchSpec ObjectFileJIT::GetArchitecture() { in GetArchitecture() function in ObjectFileJIT
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp76 ArchSpec GetArchitecture() override { return m_arch; } in GetArchitecture() function in __anonc4f349ad0111::PlaceholderObjectFile
392 ArchSpec ProcessMinidump::GetArchitecture() { in GetArchitecture() function in ProcessMinidump
H A DMinidumpParser.cpp136 ArchSpec MinidumpParser::GetArchitecture() { in GetArchitecture() function in MinidumpParser
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DHostInfoBase.cpp94 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { in GetArchitecture() function in HostInfoBase
/openbsd/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp245 ArchSpec ScriptedProcess::GetArchitecture() { in GetArchitecture() function in ScriptedProcess
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp991 ArchSpec ProcessElfCore::GetArchitecture() { in GetArchitecture() function in ProcessElfCore
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h988 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } in GetArchitecture() function
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp775 lldb_private::ArchSpec DynamicLoaderDarwin::ImageInfo::GetArchitecture() const { in GetArchitecture() function in DynamicLoaderDarwin::ImageInfo

12