Searched refs:GetArchitecture (Results 1 - 25 of 158) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h32 bool GetArchitecture(Platform *platform, ArchSpec &arch);
/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/Target/
H A DThreadPlanStepInstruction.cpp103 ->GetArchitecture().GetMaximumOpcodeByteSize();
187 ->GetArchitecture()
193 ->GetArchitecture()
H A DTargetList.cpp134 matching_module_spec.GetArchitecture())) {
141 platform_arch = matching_module_spec.GetArchitecture();
148 matching_module_spec.GetArchitecture().DumpTriple(
160 platform_arch = matching_module_spec.GetArchitecture();
165 module_spec.GetArchitecture() = arch;
169 platform_arch = matching_module_spec.GetArchitecture();
185 module_spec.GetArchitecture(), false, nullptr)) {
197 module_spec.GetArchitecture(), false, nullptr)) {
207 module_spec.GetArchitecture(), nullptr));
298 arch = HostInfo::GetArchitecture();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp87 m_process_ptr->GetTarget().GetArchitecture().GetTriple().getTriple();
99 switch (m_process_ptr->GetTarget().GetArchitecture().GetMachine()) {
163 proto, process->GetTarget().GetArchitecture().GetMachine());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp52 m_byte_order = target_sp->GetArchitecture().GetByteOrder();
53 m_byte_size = target_sp->GetArchitecture().GetAddressByteSize();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp101 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
131 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
140 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
217 switch (target.GetArchitecture().GetMachine()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp109 const ArchSpec &architecture = module->GetArchitecture();
137 module->GetArchitecture().GetMachine(), reg, register_kind);
182 const ArchSpec &architecture = module->GetArchitecture();
224 const ArchSpec &architecture = module->GetArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h57 ArchSpec GetArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostInfoBase.h52 GetArchitecture(ArchitectureKind arch_kind = eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp259 const llvm::Triple &triple = GetArchitecture().GetTriple();
304 if (GetArchitecture().IsValid() && // Valid architecture
305 GetArchitecture().GetTriple().getVendor() ==
307 GetArchitecture().GetCore() !=
311 GetArchitecture().GetArchitectureName());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp82 ModuleSpec core_module_spec(m_core_file, target_sp->GetArchitecture());
201 ArchSpec arch(m_core_module_sp->GetArchitecture());
203 ArchSpec target_arch = GetTarget().GetArchitecture();
204 ArchSpec core_arch(m_core_module_sp->GetArchitecture());
208 SetUnixSignals(UnixSignals::Create(GetArchitecture()));
240 exe_module_spec.GetArchitecture() = arch;
542 ParseFreeBSDPrStatus(thread_data, note.data, GetArchitecture());
624 switch (GetArchitecture().GetMachine()) {
771 const ArchSpec &arch = GetArchitecture();
864 switch (GetArchitecture()
886 ArchSpec ProcessElfCore::GetArchitecture() { function in class:ProcessElfCore
[all...]
/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
269 if (!GetArchitecture().IsExactMatch(
270 match_module_spec.GetArchitecture()))
273 if (!GetArchitecture().IsCompatibleMatch(
274 match_module_spec.GetArchitecture()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp255 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
256 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
257 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
296 if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
297 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
298 target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
523 if (ArchSpec arch = m_unwind_table.GetArchitecture()) {
524 arch.MergeFrom(target.GetArchitecture());
H A DUnwindTable.cpp201 ArchSpec UnwindTable::GetArchitecture() { return m_module.GetArchitecture(); } function in class:UnwindTable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp99 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
129 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp377 data.SetByteOrder(target->GetArchitecture().GetByteOrder());
379 target->GetArchitecture().GetAddressByteSize());
390 process->GetTarget().GetArchitecture().GetByteOrder());
392 process->GetTarget().GetArchitecture().GetAddressByteSize());
437 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder());
439 .GetArchitecture()
493 data.SetByteOrder(target->GetArchitecture().GetByteOrder());
494 data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
H A DDynamicLoader.cpp83 executable->GetArchitecture());
158 ModuleSpec module_spec(file, target.GetArchitecture());
197 target.GetArchitecture());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp246 return !m_match_info.GetArchitecture().IsValid() ||
247 m_match_info.GetArchitecture().IsCompatibleMatch(arch_spec);
293 return ArchitectureMatches(proc_info.GetArchitecture()) &&
320 if (m_match_info.GetArchitecture().IsValid())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h77 ArchSpec GetArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp109 process_info.GetArchitecture() =
110 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
113 process_info.GetArchitecture().Clear();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp107 process_info.GetArchitecture() =
108 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
111 process_info.GetArchitecture().Clear();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp93 default_platform_sp->SetSystemArchitecture(HostInfo::GetArchitecture());
123 ArchSpec hostArch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
132 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp157 if (ArchSpec arch = GetArchitecture())
193 ArchSpec ObjectFileJIT::GetArchitecture() { function in class:ObjectFileJIT
195 return delegate_sp->GetArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp104 process_info.GetArchitecture() =
105 HostInfo::GetArchitecture(HostInfo::eArchKindDefault);
108 process_info.GetArchitecture().Clear();

Completed in 133 milliseconds

1234567