Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h185 void setCodeGenOnly(bool CGOnly) { CodeGenOnly = CGOnly; } in setCodeGenOnly()
273 bool CodeGenOnly = false; variable
/external/llvm/tools/lto/
Dlto.cpp494 lto_bool_t CodeGenOnly) { in thinlto_codegen_set_codegen_only() argument
495 unwrap(cg)->setCodeGenOnly(CodeGenOnly); in thinlto_codegen_set_codegen_only()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp670 if (CodeGenOnly) { in run()