Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h172 void setCacheMaxSizeBytes(uint64_t MaxSizeBytes) { in setCacheMaxSizeBytes() function
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp636 return unwrap(cg)->setCacheMaxSizeBytes(MaxSizeBytes); in thinlto_codegen_set_cache_size_bytes()
643 return unwrap(cg)->setCacheMaxSizeBytes(MaxSizeBytes); in thinlto_codegen_set_cache_size_megabytes()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp605 ThinGenerator.setCacheMaxSizeBytes(ThinLTOCacheMaxSizeBytes); in ThinLTOProcessing()