Home
last modified time | relevance | path

Searched refs:GetGlobalModuleListProperties (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DLocateSymbolFile.cpp289 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
404 if (!ModuleList::GetGlobalModuleListProperties().GetEnableBackgroundLookup()) in DownloadSymbolFileAsync()
DSymbolFile.cpp91 if (ModuleList::GetGlobalModuleListProperties().GetLoadSymbolOnDemand() && in FindPlugin()
DLocateSymbolFileMacOSX.cpp52 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DModuleList.h446 static ModuleListProperties &GetGlobalModuleListProperties();
DModule.h1085 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/openbsd/src/gnu/llvm/lldb/source/Core/
DDataFileCache.cpp30 ModuleList::GetGlobalModuleListProperties(); in GetLLDBIndexCachePolicy()
DModule.cpp1691 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1696 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
DModuleList.cpp760 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
DDebugger.cpp810 true, ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp685 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
DClangExpressionParser.cpp296 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp1208 ModuleList::GetGlobalModuleListProperties().SetEnableExternalLookup(false); in main()