Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h785 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function
794 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()
838 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
845 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
887 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
888 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
931 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
932 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()