D | CoverageMapping.cpp | 277 void startSegment(unsigned Line, unsigned Col) { in startSegment() function in __anon34c5d8090211::SegmentBuilder 283 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment() function in __anon34c5d8090211::SegmentBuilder 303 void startSegment(const CountedRegion &Region) { in startSegment() function in __anon34c5d8090211::SegmentBuilder 304 startSegment(Region.LineStart, Region.ColumnStart, true, Region); in startSegment() 314 startSegment(Line, Col); in popRegion() 316 startSegment(Line, Col, false, *ActiveRegions.back()); in popRegion() 335 startSegment(Region); in buildSegments()
|