HomeSort by relevance Sort by last modified time
    Searched defs:startSegment (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 286 void startSegment(unsigned Line, unsigned Col) {
292 void startSegment(unsigned Line, unsigned Col, bool IsRegionEntry,
309 void startSegment(const CountedRegion &Region) {
310 startSegment(Region.LineStart, Region.ColumnStart, true, Region);
320 startSegment(Line, Col);
322 startSegment(Line, Col, false, *ActiveRegions.back());
333 startSegment(Region);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 329 void startSegment(const CountedRegion &Region, LineColPair StartLoc,
398 startSegment(*CompletedRegion, CompletedSegmentLoc, false);
405 startSegment(*ActiveRegions[FirstCompletedRegion - 1], Last->endLoc(),
410 startSegment(*Last, Last->endLoc(), false, true);
440 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(),
448 startSegment(CR.value(), CurStartLoc, !GapRegion);

Completed in 455 milliseconds