Searched refs:platform_arch (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetList.cpp | 96 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 D | Platform.cpp | 1099 ArchSpec platform_arch; in IsCompatibleArchitecture() local 1100 for (const ArchSpec &platform_arch : in IsCompatibleArchitecture() local 1102 if (arch.IsMatch(platform_arch, match)) { in IsCompatibleArchitecture() 1104 *compatible_arch_ptr = platform_arch; in IsCompatibleArchitecture()
|
H A D | Target.cpp | 1554 ArchSpec platform_arch; in SetArchitecture() local 1557 &platform_arch)) { in SetArchitecture() 1559 if (platform_arch.IsValid()) in SetArchitecture() 1560 other = platform_arch; in SetArchitecture()
|
H A D | Process.cpp | 3121 ArchSpec platform_arch; in CompleteAttach() local 3123 target_arch, process_host_arch, &platform_arch); in CompleteAttach() 3126 GetTarget().SetArchitecture(platform_arch); in CompleteAttach() 3130 platform_sp->GetName(), platform_arch.GetTriple().getTriple()); in CompleteAttach()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 20 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 D | OptionGroupPlatform.h | 39 ArchSpec &platform_arch) const;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 178 ArchSpec platform_arch; in DoExecute() local 180 m_interpreter, ArchSpec(), select, error, platform_arch)); in DoExecute()
|