Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h146 void setCacheEntryExpiration(unsigned Expiration) { in setCacheEntryExpiration() function
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp626 return unwrap(cg)->setCacheEntryExpiration(expiration); in thinlto_codegen_set_cache_entry_expiration()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp603 ThinGenerator.setCacheEntryExpiration(ThinLTOCacheEntryExpiration); in ThinLTOProcessing()