Home
last modified time | relevance | path

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

/freebsd/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()
158 platform_arch.DumpTriple(platform_arch_strm.AsRawOstream()); in CreateTargetInternal()
171 platform_arch = matching_module_spec.GetArchitecture(); in CreateTargetInternal()
222 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal()
[all …]
H A DPlatform.cpp1104 ArchSpec platform_arch; in IsCompatibleArchitecture() local
1105 for (const ArchSpec &platform_arch : in IsCompatibleArchitecture() local
1107 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture()
1109 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
H A DTarget.cpp1708 ArchSpec platform_arch; in SetArchitecture() local
1711 &platform_arch)) { in SetArchitecture()
1715 if (platform_arch.IsValid()) in SetArchitecture()
1716 other = platform_arch; in SetArchitecture()
H A DProcess.cpp3083 ArchSpec platform_arch; in CompleteAttach() local
3085 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
3088 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
3092 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h39 ArchSpec &platform_arch) const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp178 ArchSpec platform_arch; in DoExecute() local
180 m_interpreter, ArchSpec(), select, error, platform_arch)); in DoExecute()