Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h409 struct GCOVCoverage { struct
410 GCOVCoverage(StringRef Name) : Name(Name) {} in GCOVCoverage() argument
412 StringRef Name;
414 uint32_t LogicalLines = 0;
415 uint32_t LinesExec = 0;
417 uint32_t Branches = 0;
418 uint32_t BranchesExec = 0;
419 uint32_t BranchesTaken = 0;