Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.cpp143 return ARMGetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformRemoteMacOSX.cpp131 bool res = ARMGetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformMacOSX.cpp146 bool res = ARMGetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.h63 bool ARMGetSupportedArchitectureAtIndex(uint32_t idx,
DPlatformDarwinKernel.cpp969 return ARMGetSupportedArchitectureAtIndex(idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.cpp562 bool PlatformDarwin::ARMGetSupportedArchitectureAtIndex(uint32_t idx, in ARMGetSupportedArchitectureAtIndex() function in PlatformDarwin