Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp21 if (!ModuleList::GetGlobalModuleListProperties().GetEnableBackgroundLookup()) in DownloadSymbolFileAsync()
H A DSymbolFile.cpp92 if (ModuleList::GetGlobalModuleListProperties().GetLoadSymbolOnDemand() && in FindPlugin()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp151 !ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) in GetFileForModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp120 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h442 static ModuleListProperties &GetGlobalModuleListProperties();
H A DModule.h1039 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp30 ModuleList::GetGlobalModuleListProperties(); in GetLLDBIndexCachePolicy()
H A DModule.cpp1641 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1646 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
H A DModuleList.cpp758 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
H A DDebugger.cpp861 ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp86 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableObjectFile()
528 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp685 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
H A DClangExpressionParser.cpp294 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()