Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h63 bool GetEnableLLDBIndexCache() const;
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp133 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache() function in ModuleListProperties
H A DModule.cpp1702 if (!ModuleList::GetGlobalModuleListProperties().GetEnableLLDBIndexCache()) in GetIndexCache()