Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h68 uint64_t GetLLDBIndexCacheExpirationDays();
/openbsd/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp42 std::chrono::hours(properties.GetLLDBIndexCacheExpirationDays() * 24); in GetLLDBIndexCachePolicy()
H A DModuleList.cpp162 uint64_t ModuleListProperties::GetLLDBIndexCacheExpirationDays() { in GetLLDBIndexCacheExpirationDays() function in ModuleListProperties