================ @@ -1432,6 +1434,8 @@ CoverageData CoverageMapping::getCoverageForFile(StringRef Filename) const { getImpreciseRecordIndicesForFilename(Filename); for (unsigned RecordIndex : RecordIndices) { const FunctionRecord &Function = Functions[RecordIndex]; + if (FilteredOutFunctions.count(&Function)) ---------------- ornata wrote:
>From the commit message, it is not obvious to me why we are now filtering out >functions. Can you explain? https://github.com/llvm/llvm-project/pull/121192 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits