Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1026 using NameRefType = uint64_t; member
1031 using NameRefType = uint64_t;
1036 using NameRefType = uint64_t;
1041 using NameRefType = IntPtrT;
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp538 using NameRefType = typename CovMapTraits<Version, IntPtrT>::NameRefType; typedef in __anon8fdc2a070211::VersionedCovMapFuncRecordReader
542 DenseMap<NameRefType, size_t> FunctionRecords;
563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()