Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h478 class InstantiationGroup {
485 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() function
490 InstantiationGroup(const InstantiationGroup &) = delete;
491 InstantiationGroup(InstantiationGroup &&) = default;
670 std::vector<InstantiationGroup>
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
H A DCoverageSummaryInfo.h212 get(const coverage::InstantiationGroup &Group,
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp793 std::vector<InstantiationGroup>
808 std::vector<InstantiationGroup> Result; in getInstantiationGroups()
810 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()