Home
last modified time | relevance | path

Searched refs:CodeGenOnly (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h234 void setCodeGenOnly(bool CGOnly) { CodeGenOnly = CGOnly; } in setCodeGenOnly()
336 bool CodeGenOnly = false; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h59 bool CodeGenOnly = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp466 if (!C.CodeGenOnly) { in backend()
521 if (Conf.CodeGenOnly) { in thinBackend()
DThinLTOCodeGenerator.cpp909 if (CodeGenOnly) { in run()
DLTO.cpp989 if (!Conf.CodeGenOnly) { in runRegularLTO()