Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h66 uint64_t GetLLDBIndexCacheMaxByteSize();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp38 policy.MaxSizeBytes = properties.GetLLDBIndexCacheMaxByteSize(); in GetLLDBIndexCachePolicy()
H A DModuleList.cpp143 uint64_t ModuleListProperties::GetLLDBIndexCacheMaxByteSize() { in GetLLDBIndexCacheMaxByteSize() function in ModuleListProperties