Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h417 class InstantiationGroup {
424 InstantiationGroup(unsigned Line, unsigned Col, in InstantiationGroup() function
429 InstantiationGroup(const InstantiationGroup &) = delete;
430 InstantiationGroup(InstantiationGroup &&) = default;
594 std::vector<InstantiationGroup>
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp51 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
DCoverageSummaryInfo.h169 get(const coverage::InstantiationGroup &Group,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp622 std::vector<InstantiationGroup>
632 std::vector<InstantiationGroup> Result; in getInstantiationGroups()
634 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp837 std::vector<InstantiationGroup> InstantiationGroups = in TEST_P()