Home
last modified time | relevance | path

Searched refs:setCodeGenOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h236 void setCodeGenOnly(bool CGOnly) { CodeGenOnly = CGOnly; } in setCodeGenOnly() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp875 ThinGenerator.setCodeGenOnly(true); in codegen()