ΒΆbool verifyModule(bool& BrokenDebugInfo,
                  const llvm::Module& M,
                  llvm::raw_ostream* OS)

Description

Check a module for errors, but report debug info errors separately. Otherwise behaves as the normal verifyModule. Debug info errors can be "recovered" from by stripping the debug info.

Declared at: llvm/include/llvm/IR/Verifier.h:124

Parameters

bool& BrokenDebugInfo
const llvm::Module& M
llvm::raw_ostream* OS