Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h37 extern cl::opt<bool> VerifyEachDebugInfoPreserve;
H A DNewPMDriver.cpp55 cl::opt<bool> VerifyEachDebugInfoPreserve( variable
426 } else if (VerifyEachDebugInfoPreserve) { in runPassPipeline()
H A Doptdriver.cpp775 } else if (VerifyEachDebugInfoPreserve) { in optMain()
784 (VerifyDebugInfoPreserve && !VerifyEachDebugInfoPreserve); in optMain()