aboutsummaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerValueBitMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Fuzzer/FuzzerValueBitMap.h')
-rw-r--r--lib/Fuzzer/FuzzerValueBitMap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Fuzzer/FuzzerValueBitMap.h b/lib/Fuzzer/FuzzerValueBitMap.h
index 8f7ff74300f..f11de68252d 100644
--- a/lib/Fuzzer/FuzzerValueBitMap.h
+++ b/lib/Fuzzer/FuzzerValueBitMap.h
@@ -52,6 +52,8 @@ struct ValueBitMap {
return Map[WordIdx] & (1UL << BitIdx);
}
+ size_t SizeInBits() const { return kMapSizeInBits; }
+
size_t GetNumBitsSinceLastMerge() const { return NumBits; }
// Merges 'Other' into 'this', clears 'Other', updates NumBits,