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

Declarations

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  354   lldb::PlatformSP GetPlatform(bool prefer_target_platform);

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1457       PlatformSP platform_sp(interpreter.GetPlatform(true));
tools/lldb/source/Commands/CommandObjectProcess.cpp
  341       PlatformSP platform_sp(interpreter.GetPlatform(true));
  821     PlatformSP platform_sp = m_interpreter.GetPlatform(true);
tools/lldb/source/Interpreter/CommandObject.cpp
  108         args, &exe_ctx, GetCommandInterpreter().GetPlatform(true),