Home
last modified time | relevance | path

Searched refs:IsGapRegion (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h393 bool IsGapRegion; member
397 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()
400 bool IsRegionEntry, bool IsGapRegion = false)
402 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()
406 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
408 R.IsGapRegion);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp109 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()
124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
DSourceCoverageViewHTML.cpp541 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp355 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()
691 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()