HomeSort by: relevance | last modified time | path
    Searched refs:InstantiationGroup (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 84 FunctionCoverageSummary::get(const InstantiationGroup &Group,
CoverageSummaryInfo.h 213 get(const coverage::InstantiationGroup &Group,
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 474 class InstantiationGroup {
481 InstantiationGroup(unsigned Line, unsigned Col,
486 InstantiationGroup(const InstantiationGroup &) = delete;
487 InstantiationGroup(InstantiationGroup &&) = default;
658 std::vector<InstantiationGroup>
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 731 std::vector<InstantiationGroup>
746 std::vector<InstantiationGroup> Result;
748 InstantiationGroup IG{InstantiationSet.first.first,

Completed in 27 milliseconds