Searched refs:TargetPropertiesSP (Results 1 – 4 of 4) sorted by relevance
2276 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()
442 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP; typedef
523 static const lldb::TargetPropertiesSP &GetGlobalProperties();
2050 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties(); in ShouldLoadCwdInitFile()