Home
last modified time | relevance | path

Searched defs:CoverageSegment (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h371 struct CoverageSegment { struct
383 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry) in CoverageSegment() argument
387 CoverageSegment(unsigned Line, unsigned Col, uint64_t Count, in CoverageSegment() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h381 struct CoverageSegment { struct
395 CoverageSegment(unsigned Line, unsigned Col, bool IsRegionEntry) in CoverageSegment() argument
404 friend bool operator==(const CoverageSegment &L, const CoverageSegment &R) { argument