D | CoverageMapping.cpp | 286 void startSegment(unsigned Line, unsigned Col) { in startSegment() function in __anona12bc43e0211::SegmentBuilder 292 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry, in startSegment() function in __anona12bc43e0211::SegmentBuilder 309 void startSegment(const CountedRegion &Region) { in startSegment() function in __anona12bc43e0211::SegmentBuilder 310 startSegment(Region.LineStart, Region.ColumnStart, true, Region); in startSegment() 320 startSegment(Line, Col); in popRegion() 322 startSegment(Line, Col, false, *ActiveRegions.back()); in popRegion() 333 startSegment(Region); in buildSegmentsImpl()
|