Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h36 extern cl::opt<bool> VerifyEachDebugInfoPreserve;
H A DNewPMDriver.cpp55 cl::opt<bool> VerifyEachDebugInfoPreserve( variable
410 } else if (VerifyEachDebugInfoPreserve) { in runPassPipeline()
H A Dopt.cpp775 } else if (VerifyEachDebugInfoPreserve) { in main()
784 (VerifyDebugInfoPreserve && !VerifyEachDebugInfoPreserve); in main()