Home
last modified time | relevance | path

Searched refs:ExitOnError (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp177 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks()
184 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks()
190 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks()
197 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks()
203 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks()
209 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks()
215 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks()
222 ExitOnError Err("Unable to parse EarlySimplification pipeline: "); in registerEPCallbacks()
228 ExitOnError Err("Unable to parse OptimizerLastEP pipeline: "); in registerEPCallbacks()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() argument
35 if (ExitOnError && !T) { in FileToVector()
94 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits() argument
106 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
H A DFuzzerIO.h21 bool ExitOnError = true);
36 size_t MaxSize, bool ExitOnError,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp38 ExitOnError ExitOnErr;
40 void setErrorBanner(ExitOnError &ExitOnErr, std::string InputFile) { in setErrorBanner()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp246 ExitOnError Err("Invalid PDB Format: "); in dumpFileSummary()
414 ExitOnError Err("Unexpected error: "); in getModuleDebugStream()
455 ExitOnError Err("Unexpected error processing modules: "); in iterateSymbolGroups()
1086 ExitOnError Err("Error dumping old fpo data:"); in dumpOldFpo()
1113 ExitOnError Err("Error dumping new fpo data:"); in dumpNewFpo()
1264 ExitOnError Err("Invalid PDB File: "); in dumpNamedStreams()
1459 ExitOnError Err("Unexpected error processing types: "); in dumpTpiStream()
1682 ExitOnError Err("Error dumping globals stream: "); in dumpGlobals()
1736 ExitOnError Err("Error dumping publics stream: "); in dumpPublics()
1876 ExitOnError Err("Error dumping section headers: "); in dumpSectionHeaders()
[all …]
H A DBytesOutputStyle.h62 ExitOnError Err;
H A DBytesOutputStyle.cpp362 ExitOnError Err("Unexpected error processing modules"); in iterateModules()
477 ExitOnError Err("Unexpected error reading stream data"); in dumpStreamBytes()
H A DInputFile.cpp39 ExitOnError Err("Unexpected error: "); in getModuleDebugStream()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp39 ExitOnError("llvm-xray: ")(C()); in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp50 ExitOnError ExitOnErr(Banner); in InitLLVM()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp21 ExitOnError ExitOnErr;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp369 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in printIndexStats()
417 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() + in loadFile()
476 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in createCombinedModuleSummaryIndex()
540 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex + in loadCombinedIndex()
546 ExitOnError ExitOnErr("llvm-lto: error loading input '" + in loadInputFile()
959 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" + in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp49 ExitOnError ExitOnErr("llvm-modextract: error: "); in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-repl/
H A DClangRepl.cpp52 llvm::ExitOnError ExitOnErr;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp102 ExitOnError ExitOnErr("llvm-bcanalyzer: "); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp154 static ExitOnError ExitOnErr;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp279 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1339 class ExitOnError {
1342 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp278 ExitOnError ExitOnErr;
471 ExitOnError ExitOnErr(std::string(*argv) + in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp127 static ExitOnError ExitOnErr;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp783 ExitOnError Err("Invalid " + std::string(SectionName) + " section!"); in fromDebugT()
814 ExitOnError Err("Error writing type record to " + std::string(SectionName) + in toDebugT()
H A DCOFFEmitter.cpp182 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp67 static ExitOnError exitOnErr;
1702 ExitOnError exitOnErr; in findLineTable()
1781 ExitOnError exitOnErr; in getFileLineCodeView()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp149 ExitOnError ExitOnErr;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1710 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting()
1728 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()

12