Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp537 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anon24a89c3b0211::VersionedCovMapFuncRecordReader
541 DenseMap<NameRefType, size_t> FunctionRecords;
562 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()