Searched refs:arch_names (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp212 StreamString arch_names; local
232 arch_names.PutCString (", ");
233 arch_names.PutCString (platform_arch.GetArchitectureName());
241 arch_names.GetString().c_str());
H A DPlatformRemoteiOS.cpp249 StreamString arch_names; local
269 arch_names.PutCString (", ");
270 arch_names.PutCString (platform_arch.GetArchitectureName());
278 arch_names.GetString().c_str());
H A DPlatformDarwin.cpp209 StreamString arch_names; local
227 arch_names.PutCString (", ");
228 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
236 arch_names.GetString().c_str());
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp249 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/
H A DPlatformFreeBSD.cpp242 StreamString arch_names; local
261 arch_names.PutCString (", ");
262 arch_names.PutCString (platform_arch.GetArchitectureName());
270 arch_names.GetString().c_str());

Completed in 518 milliseconds