Searched refs:GetGlobalProperties (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h511 static const ProcessPropertiesSP &GetGlobalProperties();
H A DTarget.h523 static const lldb::TargetPropertiesSP &GetGlobalProperties();
H A DThread.h148 static const ThreadPropertiesSP &GetGlobalProperties();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp734 Target::GetGlobalProperties()->GetValueProperties());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2050 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp147 static const StructuredDataDarwinLogPropertiesSP &GetGlobalProperties() { function in namespace:sddarwinlog_private
1030 auto enable_options = GetGlobalProperties()->GetAutoEnableOptions();
1244 if (!GetGlobalProperties()->GetEnableOnStartup() &&
1271 GetGlobalProperties()->GetLoggingModuleName();
1391 debugger, GetGlobalProperties()->GetValueProperties(),
1428 if (!GetGlobalProperties()->GetEnableOnStartup() &&
1624 FileSpec(GetGlobalProperties()->GetLoggingModuleName());
1645 __FUNCTION__, GetGlobalProperties()->GetLoggingModuleName(),
1656 __FUNCTION__, GetGlobalProperties()->GetLoggingModuleName(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp134 true, Thread::GetGlobalProperties()->GetValueProperties());
137 Process::GetGlobalProperties().get());
554 const ProcessPropertiesSP &Process::GetGlobalProperties() { function in class:Process
H A DTarget.cpp2276 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
2283 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
2290 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
2297 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
2679 const TargetPropertiesSP &Target::GetGlobalProperties() { function in class:Target
3458 target, Target::GetGlobalProperties());
3512 true, Process::GetGlobalProperties()->GetValueProperties());
H A DThread.cpp59 const ThreadPropertiesSP &Thread::GetGlobalProperties() { function in class:Thread
113 Thread::GetGlobalProperties().get());

Completed in 329 milliseconds