Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h233 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen() function
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp579 unwrap(cg)->disableCodeGen(disable); in thinlto_codegen_disable_codegen()