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.h244 void setCodeGenOnly(bool CGOnly) { CodeGenOnly = CGOnly; } in setCodeGenOnly() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp929 ThinGenerator.setCodeGenOnly(true); in codegen()