Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp441 bool IsVersion11; member in __anondf0c3b9d0411::MCDCRecordProcessor
447 bool IsVersion11) in MCDCRecordProcessor() argument
453 IsVersion11(IsVersion11) {}
476 if (!Bitmap[IsVersion11 in buildTestVector()
556 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) { in evaluateMCDCRegion() argument
558 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11); in evaluateMCDCRegion()
646 bool IsVersion11) { in getMaxBitmapSize() argument
662 if (IsVersion11) in getMaxBitmapSize()
859 bool IsVersion11 = in loadFunctionRecord() local
875 Bitmap = BitVector(getMaxBitmapSize(Record, IsVersion11)); in loadFunctionRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h710 bool IsVersion11);