Searched refs:GetGlobalProperties (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp225 GetGlobalProperties() function
240 GetGlobalProperties()->GetValueProperties(),
256 if (GetGlobalProperties()->GetSearchForKexts())
421 FileSpecList user_dirs(GetGlobalProperties()->GetKextDirectories());
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp122 GetGlobalProperties() function
248 if (GetGlobalProperties()->GetScanType() == eKASLRScanNone)
283 if (GetGlobalProperties()->GetScanType() == eKASLRScanNone
284 || GetGlobalProperties()->GetScanType() == eKASLRScanLowgloAddresses)
342 if (GetGlobalProperties()->GetScanType() != eKASLRScanExhaustiveScan)
467 if (platform_sp.get() && GetGlobalProperties()->GetLoadKexts())
1188 const bool load_kexts = GetGlobalProperties()->GetLoadKexts();
1592 GetGlobalProperties()->GetValueProperties(),
/external/lldb/source/Target/
H A DTarget.cpp1777 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
1786 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
1795 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
1804 TargetPropertiesSP properties_sp(Target::GetGlobalProperties());
2502 m_collection_sp.reset (new TargetOptionValueProperties(target, Target::GetGlobalProperties()));
2511 Process::GetGlobalProperties()->GetValueProperties());
2778 Target::GetGlobalProperties() function in class:Target
H A DThread.cpp52 Thread::GetGlobalProperties() function in class:Thread
121 m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get()));
H A DProcess.cpp128 Thread::GetGlobalProperties()->GetValueProperties());
131 m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get()));
1088 Process::GetGlobalProperties() function in class:Process
/external/lldb/include/lldb/Target/
H A DThread.h217 GetGlobalProperties();
H A DTarget.h412 GetGlobalProperties();
H A DProcess.h1557 GetGlobalProperties();
/external/lldb/source/Core/
H A DDebugger.cpp655 Target::GetGlobalProperties()->GetValueProperties());

Completed in 174 milliseconds