Searched refs:TargetPropertiesSP (Results 1 – 4 of 4) sorted by relevance
2329 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()2336 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()2343 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()2350 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()2763 const TargetPropertiesSP &Target::GetGlobalProperties() { in GetGlobalProperties()2766 static TargetPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()2767 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()3605 TargetOptionValueProperties(const TargetPropertiesSP &target_properties_sp) in TargetOptionValueProperties()
431 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP; typedef
552 static const lldb::TargetPropertiesSP &GetGlobalProperties();
2117 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties(); in ShouldLoadCwdInitFile()