Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DNewPMDriver.cpp151 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks()
160 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks()
168 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks()
177 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks()
185 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks()
193 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks()
200 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks()
208 ExitOnError Err("Unable to parse OptimizerLastEP pipeline: "); in registerEPCallbacks()
/freebsd-12.1/contrib/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()
72 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits() argument
83 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
H A DFuzzerIO.h22 bool ExitOnError = true);
31 long *Epoch, size_t MaxSize, bool ExitOnError);
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp224 ExitOnError Err("Invalid PDB Format: "); in dumpFileSummary()
380 ExitOnError Err("Unexpected error: "); in getModuleDebugStream()
421 ExitOnError Err("Unexpected error processing modules: "); in iterateSymbolGroups()
1011 ExitOnError Err("Error dumping old fpo data:"); in dumpOldFpo()
1043 ExitOnError Err("Error dumping new fpo data:"); in dumpNewFpo()
1200 ExitOnError Err("Invalid PDB File: "); in dumpNamedStreams()
1392 ExitOnError Err("Unexpected error processing types: "); in dumpTpiStream()
1574 ExitOnError Err("Error dumping globals stream: "); in dumpGlobals()
1628 ExitOnError Err("Error dumping publics stream: "); in dumpPublics()
1768 ExitOnError Err("Error dumping section headers: "); in dumpSectionHeaders()
[all …]
H A DBytesOutputStyle.h63 ExitOnError Err;
H A DBytesOutputStyle.cpp365 ExitOnError Err("Unexpected error processing modules"); in iterateModules()
480 ExitOnError Err("Unexpected error reading stream data"); in dumpStreamBytes()
H A DInputFile.cpp40 ExitOnError Err("Unexpected error: "); in getModuleDebugStream()
H A Dllvm-pdbutil.cpp735 static ExitOnError ExitOnErr;
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp40 ExitOnError("llvm-xray: ")(C()); in main()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DInitLLVM.cpp39 ExitOnError ExitOnErr(Banner); in InitLLVM()
/freebsd-12.1/contrib/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp20 ExitOnError ExitOnErr;
/freebsd-12.1/contrib/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp42 ExitOnError ExitOnErr("llvm-modextract: error: "); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp329 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in printIndexStats()
384 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in createCombinedModuleSummaryIndex()
448 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex + in loadCombinedIndex()
837 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" + in main()
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp148 static ExitOnError ExitOnErr;
/freebsd-12.1/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp259 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp112 static ExitOnError ExitOnErr;
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp226 ExitOnError ExitOnErr;
405 ExitOnError ExitOnErr(std::string(*argv) + in main()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h1225 class ExitOnError {
1228 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp68 static ExitOnError ExitOnErr;
1660 ExitOnError ExitOnErr; in findLineTable()
1739 ExitOnError ExitOnErr; in getFileLine()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp779 ExitOnError Err("Invalid " + std::string(SectionName) + " section!"); in fromDebugT()
810 ExitOnError Err("Error writing type record to " + std::string(SectionName) + in toDebugT()
H A DCodeViewYAMLDebugSections.cpp907 ExitOnError Err("Invalid .debug$S section!"); in fromDebugS()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp645 ExitOnError ExitOnErr("-wholeprogramdevirt-read-summary: " + ClReadSummary + in runForTesting()
663 ExitOnError ExitOnErr( in runForTesting()
H A DLowerTypeTests.cpp1608 ExitOnError ExitOnErr("-lowertypetests-read-summary: " + ClReadSummary + in runForTesting()
1625 ExitOnError ExitOnErr("-lowertypetests-write-summary: " + ClWriteSummary + in runForTesting()