Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h108 typedef std::shared_ptr<ProcessProperties> ProcessPropertiesSP; typedef
503 static const ProcessPropertiesSP &GetGlobalProperties();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp484 const ProcessPropertiesSP &Process::GetGlobalProperties() { in GetGlobalProperties()
487 static ProcessPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()
488 new ProcessPropertiesSP(new ProcessProperties(nullptr)); in GetGlobalProperties()