Home
last modified time | relevance | path

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

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