Home
last modified time | relevance | path

Searched defs:verifyModule (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp70 bool CIRGenerator::verifyModule() const { return cgm->verifyModule(); } in verifyModule() function in CIRGenerator
H A DCIRGenModule.cpp1928 bool CIRGenModule::verifyModule() const { in verifyModule() function in CIRGenModule
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7537 bool llvm::verifyModule(const Module &M, raw_ostream *OS, in verifyModule() function in llvm