Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1306 using NameRefType = uint64_t; member
1311 using NameRefType = uint64_t;
1316 using NameRefType = uint64_t;
1321 using NameRefType = IntPtrT;
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp581 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anon1a1c26660211::VersionedCovMapFuncRecordReader
585 DenseMap<NameRefType, size_t> FunctionRecords;
606 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()