Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFile.cpp91 if (ModuleList::GetGlobalModuleListProperties().GetLoadSymbolOnDemand() && in FindPlugin()
H A DLocateSymbolFile.cpp286 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp52 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h445 static ModuleListProperties &GetGlobalModuleListProperties();
H A DModule.h1041 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp28 ModuleList::GetGlobalModuleListProperties(); in DataFileCache()
H A DModule.cpp1702 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1707 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
H A DModuleList.cpp755 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
H A DDebugger.cpp790 true, ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp624 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
H A DClangExpressionParser.cpp296 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp1110 ModuleList::GetGlobalModuleListProperties().SetEnableExternalLookup(false); in main()