Home
last modified time | relevance | path

Searched refs:VerifyModule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Danalysis.go36 func VerifyModule(m Module, a VerifierFailureAction) error { func
H A Dexecutionengine_test.go62 err := VerifyModule(mod, ReturnStatusAction)
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp584 /*DisableVerify=*/!CodeGenOpts.VerifyModule)) { in AddEmitPasses()
933 if (!actionRequiresCodeGen(Action) && CodeGenOpts.VerifyModule) in RunOptimizationPipeline()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def314 CODEGENOPT(VerifyModule , 1, 1) ///< Control whether the module should be run
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5305 MarshallingInfoNegativeFlag<CodeGenOpts<"VerifyModule">>;