Searched defs:verifyModule (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DVerifier.cpp1991 /// verifyModule - Check a module for errors, printing messages on stderr.
1994 bool llvm::verifyModule(const Module &M, VerifierFailureAction action, function in class:llvm
/external/llvm/lib/IR/
H A DVerifier.cpp4295 bool llvm::verifyModule(const Module &M, raw_ostream *OS, function in class:llvm
4378 Res.IRBroken = llvm::verifyModule(M, &dbgs(), &Res.DebugInfoBroken);

Completed in 193 milliseconds