reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);
2903 platform_sp->GetPlatformForArchitecture(target_arch, &platform_arch);
tools/lldb/source/Target/Target.cpp 1469 Platform::GetPlatformForArchitecture(other, &platform_arch);
tools/lldb/source/Target/TargetList.cpp206 Platform::GetPlatformForArchitecture( 267 platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch); 277 platform_sp = Platform::GetPlatformForArchitecture(platform_arch, 333 platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch);