Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp811 if (CodeGenOpts.VerifyModule) in CreatePasses()
931 /*DisableVerify=*/!CodeGenOpts.VerifyModule)) { in AddEmitPasses()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.def285 CODEGENOPT(VerifyModule , 1, 1) ///< Control whether the module should be run
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4795 MarshallingInfoNegativeFlag<CodeGenOpts<"VerifyModule">>;