HomeSort by relevance Sort by last modified time
    Searched refs:FunctionCoverageSummary (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 20 FunctionCoverageSummary
21 FunctionCoverageSummary::get(const CoverageMapping &CM,
44 return FunctionCoverageSummary(
50 FunctionCoverageSummary
51 FunctionCoverageSummary::get(const InstantiationGroup &Group,
52 ArrayRef<FunctionCoverageSummary> Summaries) {
62 FunctionCoverageSummary Summary(Name);
CoverageSummaryInfo.h 146 struct FunctionCoverageSummary {
152 FunctionCoverageSummary(const std::string &Name)
155 FunctionCoverageSummary(const std::string &Name, uint64_t ExecutionCount,
163 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM,
168 static FunctionCoverageSummary
170 ArrayRef<FunctionCoverageSummary> Summaries);
193 void addFunction(const FunctionCoverageSummary &Function) {
199 void addInstantiation(const FunctionCoverageSummary &Function) {
CoverageFilters.cpp 46 return PassesThreshold(FunctionCoverageSummary::get(CM, Function)
53 return PassesThreshold(FunctionCoverageSummary::get(CM, Function)
CoverageReport.h 29 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
CoverageReport.cpp 246 void CoverageReport::render(const FunctionCoverageSummary &Function,
308 FunctionCoverageSummary Totals("TOTAL");
310 auto Function = FunctionCoverageSummary::get(Coverage, F);
329 std::vector<FunctionCoverageSummary> InstantiationSummaries;
333 auto InstantiationSummary = FunctionCoverageSummary::get(*Coverage, *F);
341 FunctionCoverageSummary::get(Group, InstantiationSummaries);
  /external/llvm/tools/llvm-cov/
CoverageFilters.cpp 31 return PassesThreshold(FunctionCoverageSummary::get(Function)
37 FunctionCoverageSummary::get(Function).LineCoverage.getPercentCovered());
CoverageSummaryInfo.cpp 20 FunctionCoverageSummary
21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) {
67 return FunctionCoverageSummary(
CoverageSummaryInfo.h 123 struct FunctionCoverageSummary {
129 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {}
131 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount,
140 static FunctionCoverageSummary
153 void addFunction(const FunctionCoverageSummary &Function) {
CoverageReport.h 28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);
CoverageReport.cpp 146 void CoverageReport::render(const FunctionCoverageSummary &Function,
194 FunctionCoverageSummary Totals("TOTAL");
196 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F);
226 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F);

Completed in 103 milliseconds