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

References

tools/lldb/source/API/SBProcess.cpp
 1054       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
 1081       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
 1115       PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
tools/lldb/source/API/SBTarget.cpp
  198   platform.m_opaque_sp = target_sp->GetPlatform();
  453       PlatformSP platform_sp = target_sp->GetPlatform();
  496     if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info))
 1582           target_sp->GetPlatform().get(), triple);
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  136       auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr;
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  261       platform_sp = target->GetPlatform();
  962       platform_sp = target->GetPlatform();
 1054       platform_sp = target->GetPlatform();
 1328       platform_sp = target->GetPlatform();
tools/lldb/source/Commands/CommandObjectProcess.cpp
  924       PlatformSP platform = process->GetTarget().GetPlatform();
  993         Status error(process->GetTarget().GetPlatform()->UnloadImage(
tools/lldb/source/Commands/CommandObjectTarget.cpp
   84   PlatformSP platform_sp(target->GetPlatform());
  335         PlatformSP platform_sp = target_sp->GetPlatform();
 4320         PlatformSP platform_sp(target->GetPlatform());
tools/lldb/source/Core/Module.cpp
 1479     PlatformSP platform_sp(target->GetPlatform());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2136       platform_sp = target->GetPlatform();
tools/lldb/source/Interpreter/Options.cpp
 1349         platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  813       PlatformSP platform_sp(target.GetPlatform());
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  493   unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  715   const auto platform_sp = target.GetPlatform();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  310       if (lldb::PlatformSP platform_sp = target->GetPlatform()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  588   if (!target.GetPlatform()->SupportsModules())
  605   target.GetPlatform()->AddClangModuleCompilationOptions(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1941   PlatformSP platform_sp = process.GetTarget().GetPlatform();
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   94             process->GetTarget().GetPlatform()->GetMmapArgumentList(
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1116   PlatformSP platform_sp(process->GetTarget().GetPlatform());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  750     PlatformSP platform_sp = GetTarget().GetPlatform();
  834       PlatformSP platform_sp(GetTarget().GetPlatform());
 2486     PlatformSP platform_sp = GetTarget().GetPlatform();
 3421   PlatformSP platform_sp(GetTarget().GetPlatform());
 3494         nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info,
 3953     PlatformSP platform_sp(GetTarget().GetPlatform());
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  495     arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386");
tools/lldb/source/Target/Process.cpp
  314         target_sp ? target_sp->GetPlatform() : PlatformSP();
  545       target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize();
 1748   PlatformSP platform_sp(GetTarget().GetPlatform());
 2798         PlatformSP platform_sp(GetTarget().GetPlatform());
 2895   PlatformSP platform_sp(GetTarget().GetPlatform());
 5714   PlatformSP platform_sp = GetTarget().GetPlatform();
 5973   if (platform != GetTarget().GetPlatform().get())
tools/lldb/source/Target/Target.cpp
 1464       auto platform_sp = GetPlatform();
 2699   PlatformSP platform_sp(GetPlatform());
 2863   PlatformSP platform_sp(GetPlatform());
 2892         GetPlatform()->DebugProcess(launch_info, debugger, this, error);
 3079   PlatformSP platform_sp = GetPlatform();
 3415           PlatformSP platform_sp(m_target->GetPlatform());