Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
HDSymbolLocatorDebuginfod.cpp151 !ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) in GetFileForModule()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
HDSymbolLocatorDefault.cpp124 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h81 bool GetEnableExternalLookup() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp86 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableObjectFile()
528 if (!ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDModuleList.cpp97 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup() function in ModuleListProperties