Searched refs:GetPlatform (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp94 process->GetTarget().GetPlatform()->GetMmapArgumentList(
H A DRegisterContextLLDB.cpp1116 PlatformSP platform_sp(process->GetTarget().GetPlatform());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i107 A platform object.") GetPlatform;
109 GetPlatform ();
1066 platform = property(GetPlatform, None, doc='''A read only property that returns the platform associated with with this target.''')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp258 platform_sp = target->GetPlatform();
959 platform_sp = target->GetPlatform();
1051 platform_sp = target->GetPlatform();
1324 platform_sp = target->GetPlatform();
1453 PlatformSP platform_sp(interpreter.GetPlatform(true));
H A DCommandObjectProcess.cpp340 PlatformSP platform_sp(interpreter.GetPlatform(true));
820 PlatformSP platform_sp = m_interpreter.GetPlatform(true);
923 PlatformSP platform = process->GetTarget().GetPlatform();
992 Status error(process->GetTarget().GetPlatform()->UnloadImage(
H A DCommandObjectDisassemble.cpp133 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr;
H A DCommandObjectTarget.cpp82 PlatformSP platform_sp(target->GetPlatform());
333 PlatformSP platform_sp = target_sp->GetPlatform();
4319 PlatformSP platform_sp(target->GetPlatform());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp578 if (!target.GetPlatform()->SupportsModules())
595 target.GetPlatform()->AddClangModuleCompilationOptions(
H A DClangExpressionSourceCode.cpp310 if (lldb::PlatformSP platform_sp = target->GetPlatform()) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp298 PlatformSP platform_sp(GetTarget().GetPlatform());
495 PlatformSP platform_sp(target->GetPlatform());
875 PlatformSP platform_sp = GetTarget().GetPlatform();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h95 lldb::SBPlatform GetPlatform();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h354 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp189 SBPlatform SBTarget::GetPlatform() { function in class:SBTarget
190 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBPlatform, SBTarget, GetPlatform);
197 platform.m_opaque_sp = target_sp->GetPlatform();
452 PlatformSP platform_sp = target_sp->GetPlatform();
495 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info))
1584 target_sp->GetPlatform().get(), triple);
2413 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBTarget, GetPlatform, ());
H A DSBProcess.cpp1054 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
1081 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
1115 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp715 const auto platform_sp = target.GetPlatform();
H A DDYLDRendezvous.cpp493 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1469 auto platform_sp = GetPlatform();
2689 PlatformSP platform_sp(GetPlatform());
2853 PlatformSP platform_sp(GetPlatform());
2882 GetPlatform()->DebugProcess(launch_info, debugger, this, error);
3069 PlatformSP platform_sp = GetPlatform();
3405 PlatformSP platform_sp(m_target->GetPlatform());
3493 // Target::GetPlatform()
H A DProcess.cpp307 target_sp ? target_sp->GetPlatform() : PlatformSP();
538 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize();
1739 PlatformSP platform_sp(GetTarget().GetPlatform());
2789 PlatformSP platform_sp(GetTarget().GetPlatform());
2886 PlatformSP platform_sp(GetTarget().GetPlatform());
5705 PlatformSP platform_sp = GetTarget().GetPlatform();
5965 if (platform != GetTarget().GetPlatform().get())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp727 PlatformSP platform_sp = GetTarget().GetPlatform();
811 PlatformSP platform_sp(GetTarget().GetPlatform());
2465 PlatformSP platform_sp = GetTarget().GetPlatform();
2575 PlatformSP platform_sp(GetTarget().GetPlatform());
3407 PlatformSP platform_sp(GetTarget().GetPlatform());
3480 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info,
3939 PlatformSP platform_sp(GetTarget().GetPlatform());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp108 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true),
H A DCommandInterpreter.cpp2144 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { function in class:CommandInterpreter
2150 platform_sp = target->GetPlatform();
H A DOptions.cpp1349 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1216 lldb::PlatformSP GetPlatform() { return m_platform_sp; } function in class:lldb_private::Target
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1481 PlatformSP platform_sp(target->GetPlatform());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1935 PlatformSP platform_sp = process.GetTarget().GetPlatform();

Completed in 791 milliseconds