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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp50 FunctionCoverageSummary::get(const InstantiationGroup &Group,
H A DCoverageSummaryInfo.h168 get(const coverage::InstantiationGroup &Group,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h421 class InstantiationGroup { class in namespace:llvm::coverage
428 InstantiationGroup(unsigned Line, unsigned Col, function in class:llvm::coverage::InstantiationGroup
433 InstantiationGroup(const InstantiationGroup &) = delete;
434 InstantiationGroup(InstantiationGroup &&) = default;
596 std::vector<InstantiationGroup>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp674 std::vector<InstantiationGroup>
689 std::vector<InstantiationGroup> Result;
691 InstantiationGroup IG{InstantiationSet.first.first,

Completed in 66 milliseconds