Home
last modified time | relevance | path

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

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