Home
last modified time | relevance | path

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

12

/freebsd/contrib/libfido2/windows/
H A Dbuild.ps123 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 DNewPMDriver.cpp260 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 DFuzzerIO.cpp41 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 DFuzzerIO.h21 bool ExitOnError = true);
36 size_t MaxSize, bool ExitOnError,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp77 ExitOnError ExitOnErr(Banner); in InitLLVM()
96 ExitOnError ExitOnErr(Banner); in InitLLVM()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp104 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 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp39 ExitOnError("llvm-xray: ")(C()); in main()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp639 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 DChildTarget.cpp28 ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp373 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 Dllvm-tapi-diff.cpp
/freebsd/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp51 ExitOnError ExitOnErr("llvm-modextract: error: "); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp108 ExitOnError ExitOnErr("llvm-bcanalyzer: "); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkConvert.cpp20 extern ExitOnError ExitOnErr;
H A DRemarkUtil.cpp16 ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp86 static llvm::ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp176 static ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp282 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp132 static ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp787 ExitOnError Err("Invalid " + std::string(SectionName) + " section!"); in fromDebugT()
818 ExitOnError Err("Error writing type record to " + std::string(SectionName) + in toDebugT()
H A DCOFFEmitter.cpp166 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp285 ExitOnError ExitOnErr;
474 ExitOnError ExitOnErr(std::string(*argv) + in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1444 class ExitOnError {
1447 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)

12