Home
last modified time | relevance | path

Searched refs:exitWithErrorCode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp83 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
150 exitWithErrorCode(OldSymbolBufOrError.getError(), OldSymbolFile); in main()
155 exitWithErrorCode(NewSymbolBufOrError.getError(), NewSymbolFile); in main()
160 exitWithErrorCode(RemappingBufOrError.getError(), RemappingFile); in main()
165 exitWithErrorCode(EC, OutputFilename); in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp505 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode() function
512 exitWithErrorCode(EC, Whence); in warnOrExitGivenError()
565 exitWithErrorCode(BufOrError.getError(), InputFile); in create()
891 exitWithErrorCode(EC, OutputFilename); in writeInstrProfile()
1379 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1382 exitWithErrorCode(EC, SampleFilename); in supplementInstrProfile()
1446 exitWithErrorCode(BufOrError.getError(), InputFile); in getInputFileBuf()
1592 exitWithErrorCode(EC, OutputFilename); in mergeSampleProfile()
1604 exitWithErrorCode(EC); in mergeSampleProfile()
1631 exitWithErrorCode(make_error_code(errc::no_such_file_or_directory), in addWeightedInput()
[all …]