Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h145 struct FunctionCoverageSummary { struct
151 FunctionCoverageSummary(const std::string &Name) in FunctionCoverageSummary() argument
154 FunctionCoverageSummary(const std::string &Name, uint64_t ExecutionCount, in FunctionCoverageSummary() argument
/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h123 struct FunctionCoverageSummary { struct
129 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {} in FunctionCoverageSummary() argument
131 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount, in FunctionCoverageSummary() argument