Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp21 if (!ModuleList::GetGlobalModuleListProperties().GetEnableBackgroundLookup()) in DownloadSymbolFileAsync()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h63 bool GetEnableBackgroundLookup() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp107 bool ModuleListProperties::GetEnableBackgroundLookup() const { in GetEnableBackgroundLookup() function in ModuleListProperties