OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetSupportedArchitectureAtIndex
(Results
1 - 7
of
7
) sorted by null
/external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp
177
PlatformMacOSX::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
PlatformiOSSimulator.cpp
214
for (uint32_t idx = 0;
GetSupportedArchitectureAtIndex
(idx, module_spec.GetArchitecture()); ++idx)
406
PlatformiOSSimulator::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
PlatformRemoteiOS.cpp
251
for (uint32_t idx = 0;
GetSupportedArchitectureAtIndex
(idx, platform_arch); ++idx)
786
PlatformRemoteiOS::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
PlatformDarwinKernel.cpp
650
PlatformDarwinKernel::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
/external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp
250
for (uint32_t idx = 0;
GetSupportedArchitectureAtIndex
(idx, module_spec.GetArchitecture()); ++idx)
336
PlatformLinux::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
/external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp
244
for (uint32_t idx = 0;
GetSupportedArchitectureAtIndex
(idx, platform_arch); ++idx)
612
PlatformFreeBSD::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
/external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp
144
PlatformRemoteGDBServer::
GetSupportedArchitectureAtIndex
(uint32_t idx, ArchSpec &arch)
Completed in 104 milliseconds