Home
last modified time | relevance | path

Searched refs:TargetPropertiesSP (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp2276 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
2283 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
2290 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
2297 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2679 const TargetPropertiesSP &Target::GetGlobalProperties() { in GetGlobalProperties()
2682 static TargetPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()
2683 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()
3369 const TargetPropertiesSP &target_properties_sp) in TargetOptionValueProperties()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-forward.h442 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP; typedef
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h523 static const lldb::TargetPropertiesSP &GetGlobalProperties();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2050 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties(); in ShouldLoadCwdInitFile()