Home
last modified time | relevance | path

Searched refs:system_core (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleTV.cpp140 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures() local
141 switch (system_core) { in GetSupportedArchitectures()
H A DPlatformRemoteAppleWatch.cpp151 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectures() local
152 switch (system_core) { in GetSupportedArchitectures()
H A DPlatformDarwin.cpp607 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectures() local
608 for (const char *arch : GetCompatibleArchs(system_core)) { in ARMGetSupportedArchitectures()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1429 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess() local
1430 if (system_core == ArchSpec::eCore_arm_armv7k) { in IsArmv7kProcess()