Home
last modified time | relevance | path

Searched refs:GetGlobalProperties (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp1919 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
1928 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
1937 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultClangModuleSearchPaths()
1946 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
1955 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2345 Target::GetGlobalProperties() in GetGlobalProperties() function in Target
3151 … m_collection_sp.reset (new TargetOptionValueProperties(target, Target::GetGlobalProperties())); in TargetProperties()
3182 Process::GetGlobalProperties()->GetValueProperties()); in TargetProperties()
HDThread.cpp56 Thread::GetGlobalProperties() in GetGlobalProperties() function in Thread
132 … m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get())); in ThreadProperties()
HDProcess.cpp144 Thread::GetGlobalProperties()->GetValueProperties()); in ProcessProperties()
148 … m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get())); in ProcessProperties()
815 Process::GetGlobalProperties() in GetGlobalProperties() function in Process
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h161 GetGlobalProperties();
HDTarget.h619 GetGlobalProperties();
HDProcess.h941 GetGlobalProperties();
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp684 Target::GetGlobalProperties()->GetValueProperties()); in Debugger()