Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1475 using NameRefType = uint64_t; member
1480 using NameRefType = uint64_t;
1485 using NameRefType = uint64_t;
1490 using NameRefType = IntPtrT;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp596 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anond42594300211::VersionedCovMapFuncRecordReader
600 DenseMap<NameRefType, size_t> FunctionRecords;
621 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()