Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h786 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function
795 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()
839 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
846 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
888 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
889 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
932 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
933 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp562 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()