| /freebsd/contrib/libfido2/windows/ |
| H A D | build.ps1 | 23 Function ExitOnError() { in ExitOnError() function 162 ExitOnError 163 & $CMake --build . --config ${Config} --verbose; ExitOnError 165 ExitOnError 181 ExitOnError 182 & $CMake --build . --config ${Config} --verbose; ExitOnError 184 ExitOnError 200 ExitOnError 201 & $CMake --build . --config ${Config} --verbose; ExitOnError 203 ExitOnError [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 260 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks() 267 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks() 273 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks() 280 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks() 286 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks() 292 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks() 298 ExitOnError Err("Unable to parse VectorizerEndEP pipeline: "); in registerEPCallbacks() 304 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks() 311 ExitOnError Err("Unable to parse EarlySimplification pipeline: "); in registerEPCallbacks() 317 ExitOnError Err("Unable to parse OptimizerEarlyEP pipeline: "); in registerEPCallbacks() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIO.cpp | 41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() argument 43 if (ExitOnError && !T) { in FileToVector() 102 size_t MaxSize, bool ExitOnError, in ReadDirToVectorOfUnits() argument 114 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
|
| H A D | FuzzerIO.h | 21 bool ExitOnError = true); 36 size_t MaxSize, bool ExitOnError,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | InitLLVM.cpp | 77 ExitOnError ExitOnErr(Banner); in InitLLVM() 96 ExitOnError ExitOnErr(Banner); in InitLLVM()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 104 ExitOnError Err("Unexpected error processing module stats: "); in dump() 134 ExitOnError Err("Unexpected error processing modules: "); in dump() 139 ExitOnError Err("Unexpected error processing files: "); in dump() 144 ExitOnError Err("Unexpected error processing lines: "); in dump() 149 ExitOnError Err("Unexpected error processing inlinee lines: "); in dump() 154 ExitOnError Err("Unexpected error processing cross module imports: "); in dump() 159 ExitOnError Err("Unexpected error processing cross module exports: "); in dump() 203 ExitOnError Err("Unexpected error processing symbols: "); in dump() 247 ExitOnError Err("Invalid PDB Format: "); in dumpFileSummary() 983 ExitOnError Err("Error dumping old fpo data:"); in dumpOldFpo() [all …]
|
| H A D | BytesOutputStyle.h | 62 ExitOnError Err;
|
| H A D | BytesOutputStyle.cpp | 362 ExitOnError Err("Unexpected error processing modules"); in iterateModules() 477 ExitOnError Err("Unexpected error reading stream data"); in dumpStreamBytes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | llvm-xray.cpp | 39 ExitOnError("llvm-xray: ")(C()); in main()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 639 ExitOnError exitOnErr; in writeAllModuleSymbolRecords() 756 ExitOnError exitOnErr; in handleDebugS() 867 ExitOnError exitOnErr; in commit() 937 ExitOnError exitOnErr; in finish() 1028 ExitOnError exitOnErr; in addDebugSymbols() 1071 ExitOnError exitOnErr; in createModuleDBI() 1343 ExitOnError exitOnErr; in addNamedStreams() 1528 ExitOnError exitOnErr; in addImportFilesToPDB() 1651 ExitOnError exitOnErr; in initialize() 1683 ExitOnError exitOnErr; in addSections() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ChildTarget/ |
| H A D | ChildTarget.cpp | 28 ExitOnError ExitOnErr;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
| H A D | llvm-lto.cpp | 373 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in printIndexStats() 489 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() + in loadFile() 547 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in createCombinedModuleSummaryIndex() 614 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex + in loadCombinedIndex() 620 ExitOnError ExitOnErr("llvm-lto: error loading input '" + in loadInputFile() 1033 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" + in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 51 ExitOnError ExitOnErr("llvm-modextract: error: "); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
| H A D | llvm-bcanalyzer.cpp | 108 ExitOnError ExitOnErr("llvm-bcanalyzer: "); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkConvert.cpp | 20 extern ExitOnError ExitOnErr;
|
| H A D | RemarkUtil.cpp | 16 ExitOnError ExitOnErr;
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | NewPMDriver.cpp | 86 static llvm::ExitOnError ExitOnErr;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
| H A D | llvm-dis.cpp | 176 static ExitOnError ExitOnErr;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 282 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
| H A D | llvm-link.cpp | 132 static ExitOnError ExitOnErr;
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 787 ExitOnError Err("Invalid " + std::string(SectionName) + " section!"); in fromDebugT() 818 ExitOnError Err("Error writing type record to " + std::string(SectionName) + in toDebugT()
|
| H A D | COFFEmitter.cpp | 166 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 285 ExitOnError ExitOnErr; 474 ExitOnError ExitOnErr(std::string(*argv) + in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 1444 class ExitOnError { 1447 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
|