Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp180 return ARMGetSupportedArchitectureAtIndex (idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.h115 ARMGetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
DPlatformDarwinKernel.cpp653 return ARMGetSupportedArchitectureAtIndex (idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformRemoteiOS.cpp788 return ARMGetSupportedArchitectureAtIndex (idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.cpp728 PlatformDarwin::ARMGetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in ARMGetSupportedArchitectureAtIndex() function in PlatformDarwin