Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp182 return x86GetSupportedArchitectureAtIndex (idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.h118 x86GetSupportedArchitectureAtIndex (uint32_t idx, lldb_private::ArchSpec &arch);
DPlatformDarwinKernel.cpp655 return x86GetSupportedArchitectureAtIndex (idx, arch); in GetSupportedArchitectureAtIndex()
DPlatformDarwin.cpp701 PlatformDarwin::x86GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) in x86GetSupportedArchitectureAtIndex() function in PlatformDarwin