Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
H A DCoverageSummaryInfo.h213 get(const coverage::InstantiationGroup &Group,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp731 std::vector<InstantiationGroup>
746 std::vector<InstantiationGroup> Result; in getInstantiationGroups()
748 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()