Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp89 enum FailureMode { failIfAnyAreInvalid, failIfAllAreInvalid }; enum
92 static void warnOrExitGivenError(FailureMode FailMode, std::error_code EC, in warnOrExitGivenError()
297 unsigned NumThreads, FailureMode FailMode) { in mergeInstrProfile()
471 bool CompressAllSections, FailureMode FailMode) { in mergeSampleProfile()
635 cl::opt<FailureMode> FailureMode( in merge_main() local
686 OutputFormat, OutputSparse, NumThreads, FailureMode); in merge_main()
690 FailureMode); in merge_main()