Searched refs:IsGapRegion (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 397 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/ |
D | CoverageMapping.h | 399 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/ |
D | SourceCoverageViewText.cpp | 108 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine() 123 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
|
D | CoverageExporterJson.cpp | 77 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
|
D | SourceCoverageViewHTML.cpp | 539 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 404 << (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/ |
D | CoverageMapping.cpp | 403 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment() 748 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()
|