Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h797 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function
806 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()
850 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function
857 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()
899 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
900 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
943 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function
944 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()