Home
last modified time | relevance | path

Searched refs:GetEnableExternalLookup (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp151 !ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) in GetFileForModule()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp124 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h81 bool GetEnableExternalLookup() const;
/src/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()
/src/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp97 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup() function in ModuleListProperties