HomeSort by relevance Sort by last modified time
    Searched defs:GetGlobalProperties (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 225 GetGlobalProperties()
240 GetGlobalProperties()->GetValueProperties(),
256 if (GetGlobalProperties()->GetSearchForKexts())
421 FileSpecList user_dirs(GetGlobalProperties()->GetKextDirectories());
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 122 GetGlobalProperties()
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())
    [all...]
  /external/lldb/source/Target/
Process.cpp 128 Thread::GetGlobalProperties()->GetValueProperties());
131 m_collection_sp.reset (new ProcessOptionValueProperties(Process::GetGlobalProperties().get()));
    [all...]
Thread.cpp 52 Thread::GetGlobalProperties()
121 m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get()));
    [all...]
Target.cpp     [all...]

Completed in 49 milliseconds