Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleBridge.cpp149 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local
150 switch (system_core) { in GetSupportedArchitectureAtIndex()
DPlatformRemoteAppleTV.cpp144 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local
145 switch (system_core) { in GetSupportedArchitectureAtIndex()
DPlatformRemoteAppleWatch.cpp155 const ArchSpec::Core system_core = system_arch.GetCore(); in GetSupportedArchitectureAtIndex() local
156 switch (system_core) { in GetSupportedArchitectureAtIndex()
DPlatformDarwin.cpp590 const ArchSpec::Core system_core = system_arch.GetCore(); in ARMGetSupportedArchitectureAtIndex() local
591 switch (system_core) { in ARMGetSupportedArchitectureAtIndex()
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.cpp1533 const ArchSpec::Core system_core = arch.GetCore(); in IsArmv7kProcess() local
1534 if (system_core == ArchSpec::eCore_arm_armv7k) { in IsArmv7kProcess()