reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/ModuleList.h
  461   static ModuleListProperties &GetGlobalModuleListProperties();

References

tools/lldb/source/Core/Debugger.cpp
  740       true, ModuleList::GetGlobalModuleListProperties().GetValueProperties());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  255   auto props = ModuleList::GetGlobalModuleListProperties();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  614     auto props = ModuleList::GetGlobalModuleListProperties();
tools/lldb/source/Symbol/LocateSymbolFile.cpp
  279   if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) {
tools/lldb/tools/lldb-test/lldb-test.cpp
 1083   ModuleList::GetGlobalModuleListProperties().SetEnableExternalLookup(false);