Lines Matching refs:properties_sp
2329 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths() local
2330 if (properties_sp) in GetDefaultExecutableSearchPaths()
2331 return properties_sp->GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths()
2336 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths() local
2337 if (properties_sp) in GetDefaultDebugFileSearchPaths()
2338 return properties_sp->GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths()
2343 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture() local
2344 if (properties_sp) in GetDefaultArchitecture()
2345 return properties_sp->GetDefaultArchitecture(); in GetDefaultArchitecture()
2350 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture() local
2351 if (properties_sp) { in SetDefaultArchitecture()
2356 return properties_sp->SetDefaultArchitecture(arch); in SetDefaultArchitecture()