Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp344 if (!NoVerify && verifyModule(SrcModule, &errs())) { in importFunctions()
405 if (DisableDITypeMap && !NoVerify && verifyModule(*M, &errs())) { in linkFiles()
507 if (!NoVerify && verifyModule(*Composite, &errs())) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h100 bool verifyModule(const Module &M, raw_ostream *OS = nullptr,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp74 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp135 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) && in emit()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp147 if (verifyModule(*M.get(), &OS)) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp101 if (verifyModule(*Result, &errs())) { in parseInputFile()
H A DMiscompilation.cpp933 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
H A DCrashDebugger.cpp75 if (!llvm::verifyModule(*M.get(), &llvm::errs())) in isValidModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp564 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()
H A DThinLTOCodeGenerator.cpp182 if (verifyModule(TheModule, &dbgs(), &BrokenDebugInfo)) in verifyLoadedModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp585 if (!NoVerify && verifyModule(*M, &errs())) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp641 if (!NoVerify && verifyModule(*M, &errs())) in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp761 if (verifyModule(*M.get(), &Out->os())) in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp699 if (!M || verifyModule(*M, &errs())) in parseAndVerify()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp347 if (!DisableVerify && verifyModule(Mod, &errs())) in maybeVerifyModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp1073 if (verifyModule(M, &dbgs())) { in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1411 if (verifyModule(*M, &errs())) in registerCallbacks()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6725 bool llvm::verifyModule(const Module &M, raw_ostream *OS, in verifyModule() function in llvm
7148 Res.IRBroken = llvm::verifyModule(M, &dbgs(), &Res.DebugInfoBroken); in run()
H A DAutoUpgrade.cpp4800 if (verifyModule(M, &llvm::errs(), &BrokenDebugInfo)) in UpgradeDebugInfo()