HomeSort by: relevance | last modified time | path
    Searched refs:ExitOnError (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
llvm-xray.cpp 39 ExitOnError("llvm-xray: ")(C());
  /src/external/apache2/llvm/dist/llvm/lib/Support/
InitLLVM.cpp 50 ExitOnError ExitOnErr(Banner);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.cpp 33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) {
35 if (ExitOnError && !T) {
72 long *Epoch, size_t MaxSize, bool ExitOnError) {
83 auto S = FileToVector(X, MaxSize, ExitOnError);
FuzzerIO.h 22 bool ExitOnError = true);
31 long *Epoch, size_t MaxSize, bool ExitOnError);
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithCustomObjectLinkingLayer/
LLJITWithCustomObjectLinkingLayer.cpp 27 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithInitializers/
LLJITWithInitializers.cpp 32 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.h 62 ExitOnError Err;
DumpOutputStyle.cpp 246 ExitOnError Err("Invalid PDB Format: ");
414 ExitOnError Err("Unexpected error: ");
455 ExitOnError Err("Unexpected error processing modules: ");
593 ExitOnError Err("Unexpected error processing modules: ");
633 ExitOnError Err("Unexpected error processing modules: ");
655 ExitOnError Err("Unexpected error processing modules: ");
1086 ExitOnError Err("Error dumping old fpo data:");
1113 ExitOnError Err("Error dumping new fpo data:");
1264 ExitOnError Err("Invalid PDB File: ");
1459 ExitOnError Err("Unexpected error processing types: ")
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 175 ExitOnError Err("Unable to parse PeepholeEP pipeline: ");
182 ExitOnError Err("Unable to parse LateLoopOptimizationsEP pipeline: ");
188 ExitOnError Err("Unable to parse LoopOptimizerEndEP pipeline: ");
195 ExitOnError Err("Unable to parse ScalarOptimizerLateEP pipeline: ");
201 ExitOnError Err("Unable to parse CGSCCOptimizerLateEP pipeline: ");
207 ExitOnError Err("Unable to parse VectorizerStartEP pipeline: ");
213 ExitOnError Err("Unable to parse PipelineStartEP pipeline: ");
220 ExitOnError Err("Unable to parse EarlySimplification pipeline: ");
226 ExitOnError Err("Unable to parse OptimizerLastEP pipeline: ");
  /src/external/apache2/llvm/dist/llvm/examples/HowToUseLLJIT/
HowToUseLLJIT.cpp 39 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITDumpObjects/
LLJITDumpObjects.cpp 22 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithObjectCache/
LLJITWithObjectCache.cpp 24 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithOptimizingIRTransform/
LLJITWithOptimizingIRTransform.cpp 27 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 21 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-modextract/
llvm-modextract.cpp 41 ExitOnError ExitOnErr("llvm-modextract: error: ");
  /src/external/apache2/llvm/dist/clang/tools/clang-repl/
ClangRepl.cpp 49 llvm::ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
LLJITWithGDBRegistrationListener.cpp 31 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
LLJITWithLazyReexports.cpp 36 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cat/
llvm-cat.cpp 54 ExitOnError ExitOnErr("llvm-cat: ");
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
LLJITWithTargetProcessControl.cpp 42 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 89 ExitOnError ExitOnErr("llvm-bcanalyzer: ");
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
coff2yaml.cpp 103 ExitOnError Err("invalid .debug$S section");
142 ExitOnError Err("invalid section table");
279 ExitOnError Err("invalid symbol table");
  /src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
LLJITWithRemoteDebugging.cpp 134 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
llvm-jitlink-executor.cpp 36 ExitOnError ExitOnErr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp 336 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
384 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename.str() +
443 ExitOnError ExitOnErr("llvm-lto: error loading file '" + Filename + "': ");
507 ExitOnError ExitOnErr("llvm-lto: error loading file '" + ThinLTOIndex +
513 ExitOnError ExitOnErr("llvm-lto: error loading input '" +
923 ExitOnError ExitOnErr(std::string(*argv) + ": error loading file '" +

Completed in 37 milliseconds

1 2 3