Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp778 if (!VerifyDIPreserveExport.empty()) in main()
779 Passes.setOrigDIVerifyBugsReportFilePath(VerifyDIPreserveExport); in main()
836 if (!VerifyDIPreserveExport.empty()) in main()
837 Passes.setOrigDIVerifyBugsReportFilePath(VerifyDIPreserveExport); in main()
840 &(Passes.getDebugInfoPerPass()), VerifyDIPreserveExport)); in main()
H A DNewPMDriver.h37 extern cl::opt<std::string> VerifyDIPreserveExport;
H A DNewPMDriver.cpp61 VerifyDIPreserveExport("verify-di-preserve-export", variable
414 VerifyDIPreserveExport); in runPassPipeline()
477 &DebugInfoBeforePass, VerifyDIPreserveExport)); in runPassPipeline()