Searched defs:GetArchitecture (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp30 bool OptionGroupArchitecture::GetArchitecture(Platform *platform, function in class:OptionGroupArchitecture
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp201 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } function in class:UnwindTable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h151 const lldb_private::ArchSpec &GetArchitecture() const { return m_arch; } function in class:ObjectContainerBSDArchive::Archive
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp193 ArchSpec ObjectFileJIT::GetArchitecture() { function in class:ObjectFileJIT
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h111 ArchSpec &GetArchitecture() { return m_arch; } function in class:lldb_private::ModuleSpec
113 const ArchSpec &GetArchitecture() const { return m_arch; } function in class:lldb_private::ModuleSpec
H A DDisassembler.h467 const ArchSpec &GetArchitecture() const { return m_arch; } function in class:lldb_private::Disassembler
H A DEmulateInstruction.h432 const ArchSpec &GetArchitecture() const { return m_arch; } function in class:lldb_private::EmulateInstruction
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h62 ArchSpec &GetArchitecture() { return m_arch; } function in class:lldb_private::ProcessInfo
64 const ArchSpec &GetArchitecture() const { return m_arch; } function in class:lldb_private::ProcessInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp93 const ArchSpec &HostInfoBase::GetArchitecture(ArchitectureKind arch_kind) { function in class:HostInfoBase
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp146 ArchSpec MinidumpParser::GetArchitecture() { function in class:MinidumpParser
H A DProcessMinidump.cpp325 ArchSpec ProcessMinidump::GetArchitecture() { function in class:ProcessMinidump
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp886 ArchSpec ProcessElfCore::GetArchitecture() { function in class:ProcessElfCore
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp1501 bool NativeProcessDarwin::GetArchitecture(ArchSpec &arch) const { function in class:NativeProcessDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1259 ArchSpec IRExecutionUnit::GetArchitecture() { function in class:IRExecutionUnit
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1050 const ArchSpec &Module::GetArchitecture() const { return m_arch; } function in class:Module
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h923 const ArchSpec &GetArchitecture() const { return m_arch.GetSpec(); } function in class:lldb_private::Target
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3207 ArchSpec ObjectFileELF::GetArchitecture() { function in class:ObjectFileELF
[all...]

Completed in 166 milliseconds