Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h84 bool GetEnableExternalLookup() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp275 if (ModuleList::GetGlobalModuleListProperties().GetEnableExternalLookup()) { in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp99 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup() function in ModuleListProperties