Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h397 bool IsGapRegion; member
401 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()
404 bool IsRegionEntry, bool IsGapRegion = false)
406 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()
410 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
412 R.IsGapRegion);
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h399 bool IsGapRegion; member
403 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()
406 bool IsRegionEntry, bool IsGapRegion = false)
408 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()
412 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,
414 R.IsGapRegion);
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewText.cpp108 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()
123 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
DCoverageExporterJson.cpp77 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
DSourceCoverageViewHTML.cpp539 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp404 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()
757 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp403 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()
748 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()