We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MCDCRecordProcessor
1 parent 38476b0 commit 0b62218Copy full SHA for 0b62218
llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
@@ -223,6 +223,8 @@ Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const {
223
return LastPoppedValue;
224
}
225
226
+namespace {
227
+
228
class MCDCRecordProcessor {
229
/// A bitmap representing the executed test vectors for a boolean expression.
230
/// Each index of the bitmap corresponds to a possible test vector. An index
@@ -398,6 +400,8 @@ class MCDCRecordProcessor {
398
400
399
401
};
402
403
+} // namespace
404
405
Expected<MCDCRecord> CounterMappingContext::evaluateMCDCRegion(
406
const CounterMappingRegion &Region,
407
ArrayRef<const CounterMappingRegion *> Branches) {
0 commit comments