Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h828 class InstantiationGroup {
835 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() function
840 InstantiationGroup(const InstantiationGroup &) = delete;
841 InstantiationGroup(InstantiationGroup &&) = default;
1026 std::vector<InstantiationGroup>
/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
H A DCoverageSummaryInfo.h255 get(const coverage::InstantiationGroup &Group,
/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1432 std::vector<InstantiationGroup>
1447 std::vector<InstantiationGroup> Result; in getInstantiationGroups()
1449 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()