Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2348 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
2355 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
2362 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
2369 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2771 const TargetPropertiesSP &Target::GetGlobalProperties() { in GetGlobalProperties()
2774 static TargetPropertiesSP *g_settings_sp_ptr = in GetGlobalProperties()
2775 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()
2939 TargetPropertiesSP properties_sp = GetGlobalProperties(); in Launch()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h435 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP; typedef
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h560 static const lldb::TargetPropertiesSP &GetGlobalProperties();
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2117 lldb::TargetPropertiesSP properties = Target::GetGlobalProperties(); in ShouldLoadCwdInitFile()