Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp47 switch (ModuleList::GetGlobalModuleListProperties().GetSymbolAutoDownload()) { in DownloadSymbolFileAsync()
H A DLocateSymbolFile.cpp
H A DSymbolFile.cpp92 if (ModuleList::GetGlobalModuleListProperties().GetLoadSymbolOnDemand() && in FindPlugin()
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp124 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp169 !ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) in GetFileForModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h464 static ModuleListProperties &GetGlobalModuleListProperties();
H A DModule.h1050 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp30 ModuleList::GetGlobalModuleListProperties(); in GetLLDBIndexCachePolicy()
H A DModule.cpp1637 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1642 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
H A DModuleList.cpp763 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
H A DDebugger.cpp995 ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp684 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
H A DClangExpressionParser.cpp380 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()