Home
last modified time | relevance | path

Searched refs:InstantiationGroup (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h474 class InstantiationGroup {
481 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() function
486 InstantiationGroup(const InstantiationGroup &) = delete;
487 InstantiationGroup(InstantiationGroup &&) = default;
658 std::vector<InstantiationGroup>
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
H A DCoverageSummaryInfo.h212 get(const coverage::InstantiationGroup &Group,
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp734 std::vector<InstantiationGroup>
749 std::vector<InstantiationGroup> Result; in getInstantiationGroups()
751 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp869 std::vector<InstantiationGroup> InstantiationGroups = in TEST_P()