Home
last modified time | relevance | path

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

12

/freebsd/contrib/libfido2/windows/
H A Dbuild.ps123 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 DNewPMDriver.cpp257 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 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/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.cpp645 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 DInitLLVM.cpp69 ExitOnError ExitOnErr(Banner);
88 ExitOnError ExitOnErr(Banner);
/freebsd/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp27 ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp382 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 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/llc/
H A DNewPMDriver.cpp89 static llvm::ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp164 static ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp16 ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp279 ExitOnError ExitOnErr(std::string(*argv) + ": error reading input: "); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1408 class ExitOnError {
1411 ExitOnError(std::string Banner = "", int DefaultErrorExitCode = 1)
/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.cpp172 ExitOnError Err("Error occurred writing .debug$S section"); in toDebugS()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp283 ExitOnError ExitOnErr;
473 ExitOnError ExitOnErr(std::string(*argv) + in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp144 static ExitOnError ExitOnErr;
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp148 ExitOnError ExitOnErr;

12