Searched refs:FailMode (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp92 static void warnOrExitGivenError(FailureMode FailMode, std::error_code EC, argument
94 if (FailMode == failIfAnyAreInvalid)
297 unsigned NumThreads, FailureMode FailMode) {
362 (NumErrors > 0 && FailMode == failIfAnyAreInvalid))
471 bool CompressAllSections, FailureMode FailMode) {
480 warnOrExitGivenError(FailMode, EC, Input.Filename);
491 warnOrExitGivenError(FailMode, EC, Input.Filename);
293 mergeInstrProfile(const WeightedFileVector &Inputs, SymbolRemapper *Remapper, StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, unsigned NumThreads, FailureMode FailMode) argument
466 mergeSampleProfile(const WeightedFileVector &Inputs, SymbolRemapper *Remapper, StringRef OutputFilename, ProfileFormat OutputFormat, StringRef ProfileSymbolListFile, bool CompressAllSections, FailureMode FailMode) argument

Completed in 159 milliseconds