Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDSymbolLocator.cpp47 switch (ModuleList::GetGlobalModuleListProperties().GetSymbolAutoDownload()) { in DownloadSymbolFileAsync()
HDSymbolFile.cpp92 if (ModuleList::GetGlobalModuleListProperties().GetLoadSymbolOnDemand() && in FindPlugin()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
HDSymbolLocatorDebuginfod.cpp151 !ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) in GetFileForModule()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
HDSymbolLocatorDefault.cpp124 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h463 static ModuleListProperties &GetGlobalModuleListProperties();
HDModule.h1039 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.cpp30 ModuleList::GetGlobalModuleListProperties(); in GetLLDBIndexCachePolicy()
HDModule.cpp1638 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1643 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
HDModuleList.cpp763 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
HDDebugger.cpp875 ModuleList::GetGlobalModuleListProperties().GetValueProperties()); in Debugger()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp86 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableObjectFile()
528 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp674 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
HDClangExpressionParser.cpp294 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()