Home
last modified time | relevance | path

Searched refs:system_arch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp138 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures() local
140 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
H A DPlatformRemoteAppleWatch.cpp149 ArchSpec system_arch(GetSystemArchitecture()); in GetSupportedArchitectures() local
151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures()
H A DPlatformDarwin.cpp605 const ArchSpec system_arch = GetSystemArchitecture(); in ARMGetSupportedArchitectures() local
606 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectures()