Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h192 void setDebugPassManager(bool Enabled) { Config.DebugPassManager = Enabled; } in setDebugPassManager() function
H A DThinLTOCodeGenerator.h229 void setDebugPassManager(unsigned Enabled) { DebugPassManager = Enabled; } in setDebugPassManager() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp613 ThinGenerator.setDebugPassManager(DebugPassManager); in ThinLTOProcessing()
1038 CodeGen.setDebugPassManager(DebugPassManager); in main()