HomeSort by: relevance | last modified time | path
    Searched refs:exitWithErrorCode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/
llvm-cxxmap.cpp 73 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") {
138 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile);
142 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile);
146 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile);
151 exitWithErrorCode(EC, OutputFilename);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 92 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") {
104 exitWithErrorCode(EC, Whence);
157 exitWithErrorCode(BufOrError.getError(), InputFile);
312 exitWithErrorCode(EC, OutputFilename);
548 exitWithErrorCode(EC, SampleFilename);
551 exitWithErrorCode(EC, SampleFilename);
614 exitWithErrorCode(BufOrError.getError(), InputFile);
747 exitWithErrorCode(EC, OutputFilename);
756 exitWithErrorCode(std::move(EC));
783 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory)
    [all...]

Completed in 18 milliseconds