Searched defs:platform_sp (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp21 PlatformSP platform_sp; local
[all...]
H A DOptions.cpp1288 Parse(const Args &args, ExecutionContext *execution_context, lldb::PlatformSP platform_sp, bool require_validation) argument
H A DCommandInterpreter.cpp2145 PlatformSP platform_sp; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp33 SBUnixSignals::SBUnixSignals(PlatformSP &platform_sp) argument
H A DSBPlatform.cpp305 void SBPlatform::SetSP(const lldb::PlatformSP &platform_sp) { argument
[all...]
H A DSBProcess.cpp1054 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
1081 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
1115 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); local
H A DSBTarget.cpp452 PlatformSP platform_sp = target_sp->GetPlatform(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp78 PlatformSP platform_sp; local
62 CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, PlatformSP &platform_sp, TargetSP &target_sp) argument
315 CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp, bool is_dummy_target) argument
[all...]
H A DProcess.cpp306 PlatformSP platform_sp = local
[all...]
H A DPlatform.cpp156 void Platform::SetHostPlatform(const lldb::PlatformSP &platform_sp) { argument
285 lldb::PlatformSP platform_sp; local
312 lldb::PlatformSP platform_sp; local
1175 lldb::PlatformSP platform_sp; local
[all...]
H A DTarget.cpp1469 auto platform_sp = GetPlatform(); local
85 Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp, bool is_dummy_target) argument
3009 const auto platform_sp = local
3069 PlatformSP platform_sp = GetPlatform(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp715 const auto platform_sp = target.GetPlatform(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp875 PlatformSP platform_sp = GetTarget().GetPlatform(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp820 PlatformSP platform_sp = m_interpreter.GetPlatform(true); variable
H A DCommandObjectPlatform.cpp176 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); variable
256 PlatformSP platform_sp; variable
957 PlatformSP platform_sp; variable
1049 PlatformSP platform_sp; variable
1218 PlatformSP platform_sp = variable
1322 PlatformSP platform_sp; variable
[all...]
H A DCommandObjectTarget.cpp333 PlatformSP platform_sp = target_sp->GetPlatform(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h916 void Append(const lldb::PlatformSP &platform_sp, bool set_selected) { argument
929 lldb::PlatformSP platform_sp; local
952 void SetSelectedPlatform(const lldb::PlatformSP &platform_sp) { argument
[all...]
H A DTarget.h1218 void SetPlatform(const lldb::PlatformSP &platform_sp) { argument

Completed in 220 milliseconds