reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
354 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
1457 PlatformSP platform_sp(interpreter.GetPlatform(true));
tools/lldb/source/Commands/CommandObjectProcess.cpp341 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),