Home
last modified time | relevance | path

Searched refs:GetGlobalModuleListProperties (Results 1 – 14 of 14) 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/include/lldb/Core/
H A DModuleList.h463 static ModuleListProperties &GetGlobalModuleListProperties();
H A DModule.h1039 ModuleList::GetGlobalModuleListProperties().GetSymlinkMappings();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp30 ModuleList::GetGlobalModuleListProperties(); in GetLLDBIndexCachePolicy()
H A DModule.cpp1638 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()
1643 new DataFileCache(ModuleList::GetGlobalModuleListProperties() in GetIndexCache()
H A DModuleList.cpp763 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties() function in ModuleList
H A DDebugger.cpp875 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.cpp674 const auto &props = ModuleList::GetGlobalModuleListProperties(); in Create()
H A DClangExpressionParser.cpp294 const auto &props = ModuleList::GetGlobalModuleListProperties(); in SetupModuleHeaderPaths()