Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h83 bool GetEnableLLDBIndexCache() const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp138 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache() function in ModuleListProperties
H A DModule.cpp1638 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()