Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
224 } else if (platform_arch.IsValid()) { in CreateTargetInternal()
236 if (!platform_arch.IsValid()) in CreateTargetInternal()
[all …]
H A DPlatform.cpp1162 ArchSpec platform_arch; in IsCompatibleArchitecture() local
1165 for (const ArchSpec &platform_arch : in IsCompatibleArchitecture() local
1167 if ((arch.*match)(platform_arch)) { in IsCompatibleArchitecture()
1169 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
H A DTarget.cpp1492 ArchSpec platform_arch; in SetArchitecture() local
1495 &platform_arch)) { in SetArchitecture()
1497 if (platform_arch.IsValid()) in SetArchitecture()
1498 other = platform_arch; in SetArchitecture()
H A DProcess.cpp2911 ArchSpec platform_arch; in CompleteAttach() local
2913 target_arch, process_host_arch, &platform_arch); in CompleteAttach()
2916 GetTarget().SetArchitecture(platform_arch); in CompleteAttach()
2920 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
/llvm-project-15.0.7/lldb/unittests/Platform/
H A DPlatformAppleSimulatorTest.cpp51 static const ArchSpec platform_arch( in TEST_F() local
62 ArchSpec arch = platform_arch; in TEST_F()
72 static const ArchSpec platform_arch( in TEST_F() local
87 ArchSpec arch = platform_arch; in TEST_F()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp20 Status &error, ArchSpec &platform_arch) const { in CreatePlatformWithOptions()
33 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture( in CreatePlatformWithOptions()
34 arch, {}, false, &platform_arch)) { in CreatePlatformWithOptions()
43 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupPlatform.h39 ArchSpec &platform_arch) const;
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp397 ArchSpec platform_arch; in ResolveExecutable() local
415 arch_names << LS << platform_arch.GetArchitectureName(); in ResolveExecutable()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp175 ArchSpec platform_arch; in DoExecute() local
177 m_interpreter, ArchSpec(), select, error, platform_arch)); in DoExecute()