Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp2329 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()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h431 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP; typedef
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h552 static const lldb::TargetPropertiesSP &GetGlobalProperties();
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2117 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties(); in ShouldLoadCwdInitFile()