Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
221 platform_sp = platform_list.GetOrCreate(arch, {}, &platform_arch); in CreateTargetInternal()
[all …]
H A DPlatform.cpp1165 ArchSpec platform_arch; in IsCompatibleArchitecture() local
1166 for (const ArchSpec &platform_arch : in IsCompatibleArchitecture() local
1168 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture()
1170 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
H A DTarget.cpp1504 ArchSpec platform_arch; in SetArchitecture() local
1507 &platform_arch)) { in SetArchitecture()
1509 if (platform_arch.IsValid()) in SetArchitecture()
1510 other = platform_arch; in SetArchitecture()
H A DProcess.cpp2932 ArchSpec platform_arch; in CompleteAttach() local
2934 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
2937 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
2941 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h39 ArchSpec &platform_arch) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp409 ArchSpec platform_arch; in ResolveExecutable() local
427 arch_names << LS << platform_arch.GetArchitectureName(); in ResolveExecutable()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp175 ArchSpec platform_arch; in DoExecute() local
177 m_interpreter, ArchSpec(), select, error, platform_arch)); in DoExecute()