Searched refs:verifyModule (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 101 bool verifyModule(const Module &M, raw_ostream *OS = nullptr, 125 bool verifyModule(bool &BrokenDebugInfo, const Module &M, raw_ostream *OS);
|
| /freebsd-12.1/contrib/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 240 if (verifyModule(SrcModule, &errs())) { in importFunctions() 294 if (DisableDITypeMap && verifyModule(*M, &errs())) { in linkFiles() 391 if (verifyModule(*Composite, &errs())) { in main()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 129 if (verifyModule(*M.get(), &OS)) { in main()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | BugDriver.cpp | 102 if (verifyModule(*Result, &errs())) { in parseInputFile()
|
| H A D | Miscompilation.cpp | 929 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
|
| /freebsd-12.1/contrib/llvm/lib/FuzzMutate/ |
| H A D | FuzzerCLI.cpp | 205 if (!M || verifyModule(*M, &errs())) in parseAndVerify()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 485 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()
|
| H A D | ThinLTOCodeGenerator.cpp | 169 if (verifyModule(TheModule, &dbgs(), &BrokenDebugInfo)) in verifyLoadedModule()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 506 if (!NoVerify && verifyModule(*M, &errs())) { in compileModule()
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | opt.cpp | 544 if (!NoVerify && verifyModule(*M, &errs())) { in main()
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | lli.cpp | 795 if (verifyModule(*TSM.getModule(), &dbgs())) { in runOrcLazyJIT()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 303 if (!DisableVerify && verifyModule(Mod, &errs())) in maybeVerifyModule()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 4820 bool llvm::verifyModule(const Module &M, raw_ostream *OS, in verifyModule() function in llvm 5244 Res.IRBroken = llvm::verifyModule(M, &dbgs(), &Res.DebugInfoBroken); in run()
|
| H A D | AutoUpgrade.cpp | 3631 if (verifyModule(M, &llvm::errs(), &BrokenDebugInfo)) in UpgradeDebugInfo()
|