Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h38 std::chrono::seconds Expiration = std::chrono::hours(7 * 24); // 1w member
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h146 void setCacheEntryExpiration(unsigned Expiration) { in setCacheEntryExpiration()