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.h1399 using NameRefType = uint64_t; member
1404 using NameRefType = uint64_t;
1409 using NameRefType = uint64_t;
1414 using NameRefType = IntPtrT;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp589 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anond42594300211::VersionedCovMapFuncRecordReader
593 DenseMap<NameRefType, size_t> FunctionRecords;
614 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()