Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1015 using NameRefType = uint64_t; member
1020 using NameRefType = uint64_t;
1025 using NameRefType = uint64_t;
1030 using NameRefType = IntPtrT;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp537 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anon366bb6e40211::VersionedCovMapFuncRecordReader
541 DenseMap<NameRefType, size_t> FunctionRecords;
562 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()