Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h63 bool GetEnableBackgroundLookup() const;
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp404 if (!ModuleList::GetGlobalModuleListProperties().GetEnableBackgroundLookup()) in DownloadSymbolFileAsync()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp109 bool ModuleListProperties::GetEnableBackgroundLookup() const { in GetEnableBackgroundLookup() function in ModuleListProperties