Home
last modified time | relevance | path

Searched refs:ProcessPropertiesSP (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h109 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP; typedef
692 static const ProcessPropertiesSP &GetGlobalProperties();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp811 const ProcessPropertiesSP &Process::GetGlobalProperties() { in GetGlobalProperties()
814 static ProcessPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()
815 new ProcessPropertiesSP(new ProcessProperties(nullptr)); in GetGlobalProperties()