Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteMacOSX.cpp132 ARMGetSupportedArchitectures(result, llvm::Triple::MacOSX); in GetSupportedArchitectures()
DPlatformRemoteiOS.cpp140 ARMGetSupportedArchitectures(result, llvm::Triple::IOS); in GetSupportedArchitectures()
DPlatformMacOSX.cpp150 ARMGetSupportedArchitectures(result, host_os); in GetSupportedArchitectures()
DPlatformDarwin.h89 ARMGetSupportedArchitectures(std::vector<ArchSpec> &archs,
DPlatformDarwinKernel.cpp989 ARMGetSupportedArchitectures(result); in GetSupportedArchitectures()
DPlatformDarwin.cpp604 void PlatformDarwin::ARMGetSupportedArchitectures( in ARMGetSupportedArchitectures() function in PlatformDarwin