/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 23 Function ExitOnError() { in ExitOnError() function 150 ExitOnError 151 & $CMake --build . --config ${Config} --verbose; ExitOnError 153 ExitOnError 169 ExitOnError 170 & $CMake --build . --config ${Config} --verbose; ExitOnError 172 ExitOnError 188 ExitOnError 189 & $CMake --build . --config ${Config} --verbose; ExitOnError 191 ExitOnError [all...] |
/freebsd/contrib/llvm-project/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 257 ExitOnError Err("Unable to parse PeepholeEP pipeline: "); in registerEPCallbacks() 264 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: "); in registerEPCallbacks() 270 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: "); in registerEPCallbacks() 277 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: "); in registerEPCallbacks() 283 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: "); in registerEPCallbacks() 289 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: "); in registerEPCallbacks() 295 ExitOnError Err("Unable to parse PipelineStartEP pipeline: "); in registerEPCallbacks() 302 ExitOnError Err("Unable to parse EarlySimplification pipeline: "); in registerEPCallbacks() 308 ExitOnError Err("Unable to parse OptimizerEarlyEP pipeline: "); in registerEPCallbacks() 314 ExitOnError Err("Unable to parse OptimizerLastEP 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/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 | 645 ExitOnError exitOnErr; in writeAllModuleSymbolRecords() 762 ExitOnError exitOnErr; in handleDebugS() 872 ExitOnError exitOnErr; in commit() 941 ExitOnError exitOnErr; in finish() 1033 ExitOnError exitOnErr; in addDebugSymbols() 1076 ExitOnError exitOnErr; in createModuleDBI() 1345 ExitOnError exitOnErr; in addNamedStreams() 1520 ExitOnError exitOnErr; in addImportFilesToPDB() 1643 ExitOnError exitOnErr; in initialize() 1675 ExitOnError exitOnErr; in addSections() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | InitLLVM.cpp | 69 ExitOnError ExitOnErr(Banner); 88 ExitOnError ExitOnErr(Banner);
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ChildTarget/ |
H A D | ChildTarget.cpp | 27 ExitOnError ExitOnErr;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 382 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in printIndexStats() 435 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() + in loadFile() 493 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': "); in createCombinedModuleSummaryIndex() 560 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex + in loadCombinedIndex() 566 ExitOnError ExitOnErr("llvm-lto: error loading input '" + in loadInputFile() 993 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/llc/ |
H A D | NewPMDriver.cpp | 89 static llvm::ExitOnError ExitOnErr;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 164 static ExitOnError ExitOnErr;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtil.cpp | 16 ExitOnError ExitOnErr;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 279 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 1408 class ExitOnError { 1411 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
|
/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 | 172 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
|
/freebsd/contrib/llvm-project/llvm/tools/lli/ |
H A D | lli.cpp | 283 ExitOnError ExitOnErr; 473 ExitOnError ExitOnErr(std::string(*argv) + in main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 144 static ExitOnError ExitOnErr;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 148 ExitOnError ExitOnErr;
|