Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp1803 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultExecutableSearchPaths()
1812 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultDebugFileSearchPaths()
1821 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in GetDefaultArchitecture()
1830 TargetPropertiesSP properties_sp(Target::GetGlobalProperties()); in SetDefaultArchitecture()
2199 Target::GetGlobalProperties() in GetGlobalProperties() function in Target
2793 … m_collection_sp.reset (new TargetOptionValueProperties(target, Target::GetGlobalProperties())); in TargetProperties()
2802 Process::GetGlobalProperties()->GetValueProperties()); in TargetProperties()
DThread.cpp53 Thread::GetGlobalProperties() in GetGlobalProperties() function in Thread
124 … m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get())); in ThreadProperties()
DProcess.cpp136 Thread::GetGlobalProperties()->GetValueProperties()); in ProcessProperties()
139 … m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get())); in ProcessProperties()
1106 Process::GetGlobalProperties() in GetGlobalProperties() function in Process
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DThread.h154 GetGlobalProperties();
DTarget.h471 GetGlobalProperties();
DProcess.h1618 GetGlobalProperties();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DDebugger.cpp650 Target::GetGlobalProperties()->GetValueProperties()); in Debugger()