| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenerator.cpp | 70 bool CIRGenerator::verifyModule() const { return cgm->verifyModule(); } in verifyModule() function in CIRGenerator
|
| H A D | CIRGenModule.h | 241 bool verifyModule() const;
|
| H A D | CIRGenModule.cpp | 1928 bool CIRGenModule::verifyModule() const { in verifyModule() function in CIRGenModule
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 345 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 D | CIRGenerator.h | 88 bool verifyModule() const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Verifier.h | 101 LLVM_ABI bool verifyModule(const Module &M, raw_ostream *OS = nullptr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 86 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); in LLVMVerifyModule()
|
| /freebsd/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/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 149 if (verifyModule(*M, &OS)) { in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | BugDriver.cpp | 101 if (verifyModule(*Result, &errs())) { in parseInputFile()
|
| H A D | Miscompilation.cpp | 928 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
|
| H A D | CrashDebugger.cpp | 75 if (!llvm::verifyModule(*M, &llvm::errs())) in isValidModule()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 95 if (!Gen->verifyModule()) { in HandleTranslationUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 540 if (verifyModule(*MergedModule, &dbgs(), &BrokenDebugInfo)) in verifyMergedModuleOnce()
|
| H A D | ThinLTOCodeGenerator.cpp | 176 if (verifyModule(TheModule, &dbgs(), &BrokenDebugInfo)) in verifyLoadedModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | optdriver.cpp | 579 if (!NoVerify && verifyModule(*M, &errs())) { in optMain()
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | llc.cpp | 640 if (!NoVerify && verifyModule(*M, &errs())) in compileModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 753 if (verifyModule(*M.get(), &Out->os())) in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 788 if (!M || verifyModule(*M, &errs())) in parseAndVerify()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 347 if (!DisableVerify && verifyModule(Mod, &errs())) in maybeVerifyModule()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 1068 if (verifyModule(M, &dbgs())) { in runOrcJIT()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 1057 if (llvm::verifyModule(*M, &VerifierErrStream)) { in loadModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1482 if (verifyModule(*M, &errs())) in registerCallbacks()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 7537 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 D | AutoUpgrade.cpp | 5233 if (verifyModule(M, &llvm::errs(), &BrokenDebugInfo)) in UpgradeDebugInfo()
|