| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 344 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 D | Verifier.h | 100 bool verifyModule(const Module &M, raw_ostream *OS = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 74 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 135 assert(!TSM.withModuleDo([](const Module &M) { return verifyModule(M); }) && in emit()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 147 if (verifyModule(*M.get(), &OS)) { in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | BugDriver.cpp | 101 if (verifyModule(*Result, &errs())) { in parseInputFile()
|
| H A D | Miscompilation.cpp | 933 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
|
| H A D | CrashDebugger.cpp | 75 if (!llvm::verifyModule(*M.get(), &llvm::errs())) in isValidModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 564 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()
|
| H A D | ThinLTOCodeGenerator.cpp | 182 if (verifyModule(TheModule, &dbgs(), &BrokenDebugInfo)) in verifyLoadedModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/opt/ |
| H A D | opt.cpp | 585 if (!NoVerify && verifyModule(*M, &errs())) { in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 641 if (!NoVerify && verifyModule(*M, &errs())) in compileModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 761 if (verifyModule(*M.get(), &Out->os())) in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 699 if (!M || verifyModule(*M, &errs())) in parseAndVerify()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 347 if (!DisableVerify && verifyModule(Mod, &errs())) in maybeVerifyModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 1073 if (verifyModule(M, &dbgs())) { in runOrcJIT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1411 if (verifyModule(*M, &errs())) in registerCallbacks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 6725 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 D | AutoUpgrade.cpp | 4800 if (verifyModule(M, &llvm::errs(), &BrokenDebugInfo)) in UpgradeDebugInfo()
|