Home
last modified time | relevance | path

Searched refs:NameRefType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1014 using NameRefType = uint64_t; member
1019 using NameRefType = uint64_t;
1024 using NameRefType = uint64_t;
1029 using NameRefType = IntPtrT;
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp538 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anon758227600211::VersionedCovMapFuncRecordReader
542 DenseMap<NameRefType, size_t> FunctionRecords;
563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()