HomeSort by relevance Sort by last modified time
    Searched refs:arch_names (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 212 StreamString arch_names; local
232 arch_names.PutCString (", ");
233 arch_names.PutCString (platform_arch.GetArchitectureName());
241 arch_names.GetString().c_str());
PlatformRemoteiOS.cpp 249 StreamString arch_names; local
269 arch_names.PutCString (", ");
270 arch_names.PutCString (platform_arch.GetArchitectureName());
278 arch_names.GetString().c_str());
PlatformDarwin.cpp 209 StreamString arch_names; local
227 arch_names.PutCString (", ");
228 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
236 arch_names.GetString().c_str());
    [all...]
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 249 StreamString arch_names; local
267 arch_names.PutCString (", ");
268 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
276 arch_names.GetString().c_str());
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 242 StreamString arch_names; local
261 arch_names.PutCString (", ");
262 arch_names.PutCString (platform_arch.GetArchitectureName());
270 arch_names.GetString().c_str());

Completed in 157 milliseconds