Home
last modified time | relevance | path

Searched refs:platform_arch (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp96 ArchSpec platform_arch(arch); in CreateTargetInternal() local
105 platform_arch); in CreateTargetInternal()
114 if (!platform_arch.TripleOSWasSpecified() || in CreateTargetInternal()
115 !platform_arch.TripleVendorWasSpecified()) { in CreateTargetInternal()
117 platform_arch = module_arch; in CreateTargetInternal()
147 if (platform_arch.IsValid()) { in CreateTargetInternal()
148 if (platform_arch.IsCompatibleMatch( in CreateTargetInternal()
171 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()
225 } else if (platform_arch.IsValid()) { in CreateTargetInternal()
238 if (!platform_arch.IsValid()) in CreateTargetInternal()
[all …]
H A DPlatform.cpp1169 ArchSpec platform_arch; in IsCompatibleArchitecture() local
1170 for (const ArchSpec &platform_arch : in IsCompatibleArchitecture() local
1172 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture()
1174 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
H A DTarget.cpp1553 ArchSpec platform_arch; in SetArchitecture() local
1556 &platform_arch)) { in SetArchitecture()
1558 if (platform_arch.IsValid()) in SetArchitecture()
1559 other = platform_arch; in SetArchitecture()
H A DProcess.cpp2961 ArchSpec platform_arch; in CompleteAttach() local
2963 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
2966 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
2970 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp20 Status &error, ArchSpec &platform_arch) const { in CreatePlatformWithOptions()
33 if (platform_arch.IsValid() && in CreatePlatformWithOptions()
35 arch, {}, ArchSpec::CompatibleMatch, &platform_arch)) { in CreatePlatformWithOptions()
44 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h39 ArchSpec &platform_arch) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 ArchSpec platform_arch; in DoExecute() local
181 m_interpreter, ArchSpec(), select, error, platform_arch)); in DoExecute()