Home
last modified time | relevance | path

Searched defs:Expiration (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h38 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w member
/llvm-project/llvm/unittests/Support/
H A DCachePruningTest.cpp35 TEST(CachePruningPolicyParser, Expiration) { in TEST() argument
/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h146 setCacheEntryExpiration(unsigned Expiration) setCacheEntryExpiration() argument