Home
last modified time | relevance | path

Searched refs:verifyModule (Results 1 – 25 of 26) sorted by relevance

12

/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.h241 bool verifyModule() const;
H A DCIRGenModule.cpp1928 bool CIRGenModule::verifyModule() const { in verifyModule() function in CIRGenModule
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp345 if (!NoVerify && verifyModule(SrcModule, &errs())) { in importFunctions()
417 if (DisableDITypeMap && !NoVerify && verifyModule(*M, &errs())) { in linkFiles()
518 if (!NoVerify && verifyModule(*Composite, &errs())) { in main()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h88 bool verifyModule() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h101 LLVM_ABI bool verifyModule(const Module &M, raw_ostream *OS = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp86 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp135 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) && in emit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp149 if (verifyModule(*M, &OS)) { in main()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp101 if (verifyModule(*Result, &errs())) { in parseInputFile()
H A DMiscompilation.cpp928 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
H A DCrashDebugger.cpp75 if (!llvm::verifyModule(*M, &llvm::errs())) in isValidModule()
/freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/
H A DCIRGenAction.cpp95 if (!Gen->verifyModule()) { in HandleTranslationUnit()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp540 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp176 if (verifyModule(TheModule, &dbgs(), &BrokenDebugInfo)) in verifyLoadedModule()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp579 if (!NoVerify && verifyModule(*M, &errs())) { in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp640 if (!NoVerify && verifyModule(*M, &errs())) in compileModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp753 if (verifyModule(*M.get(), &Out->os())) in main()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp788 if (!M || verifyModule(*M, &errs())) in parseAndVerify()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp347 if (!DisableVerify && verifyModule(Mod, &errs())) in maybeVerifyModule()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1068 if (verifyModule(M, &dbgs())) { in runOrcJIT()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1057 if (llvm::verifyModule(*M, &VerifierErrStream)) { in loadModule()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1482 if (verifyModule(*M, &errs())) in registerCallbacks()
/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
7960 Res.IRBroken = llvm::verifyModule(M, &dbgs(), &Res.DebugInfoBroken); in run()
H A DAutoUpgrade.cpp5233 if (verifyModule(M, &llvm::errs(), &BrokenDebugInfo)) in UpgradeDebugInfo()

12