reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Process.cpp
 2896   assert(platform_sp);
 2897   if (platform_sp) {
 2900         !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) {
 2902       platform_sp =
 2903           platform_sp->GetPlatformForArchitecture(target_arch, &platform_arch);
 2904       if (platform_sp) {
 2905         GetTarget().SetPlatform(platform_sp);
 2910                   __FUNCTION__, platform_sp->GetName().AsCString(""),