Searched defs:NoVerify (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llc/ |
H A D | NewPMDriver.cpp | 119 compileModuleWithNewPM(StringRef Arg0,std::unique_ptr<Module> M,std::unique_ptr<MIRParser> MIR,std::unique_ptr<TargetMachine> Target,std::unique_ptr<ToolOutputFile> Out,std::unique_ptr<ToolOutputFile> DwoOut,LLVMContext & Context,const TargetLibraryInfoImpl & TLII,bool NoVerify,StringRef PassPipeline,CodeGenFileType FileType) compileModuleWithNewPM() argument
|
H A D | llc.cpp | 130 static cl::opt<bool> NoVerify("disable-verify", cl::Hidden, variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 123 static cl::opt<bool> NoVerify("disable-verify", variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/opt/ |
H A D | opt.cpp | 132 NoVerify("disable-verify", cl::desc("Do not run the verifier"), cl::Hidden); global() variable
|