Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h190 void setCacheMaxSizeBytes(unsigned MaxSizeBytes) { in setCacheMaxSizeBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp591 return unwrap(cg)->setCacheMaxSizeBytes(MaxSizeBytes); in thinlto_codegen_set_cache_size_bytes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp485 ThinGenerator.setCacheMaxSizeBytes(ThinLTOCacheMaxSizeBytes); in ThinLTOProcessing()