Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h67 uint64_t GetLLDBIndexCacheExpirationDays();
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp41 std::chrono::hours(properties.GetLLDBIndexCacheExpirationDays() * 24); in DataFileCache()
H A DModuleList.cpp156 uint64_t ModuleListProperties::GetLLDBIndexCacheExpirationDays() { in GetLLDBIndexCacheExpirationDays() function in ModuleListProperties