Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp498 static llvm::ArrayRef<const char *> GetCompatibleArchs(ArchSpec::Core core) { in GetCompatibleArchs() function
607 for (const char *arch : GetCompatibleArchs(system_core)) { in ARMGetSupportedArchitectures()