Searched refs:getFuncNameRef (Results 1 – 2 of 2) sorted by relevance
797 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function806 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()850 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function857 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()899 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function900 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()943 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function944 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
563 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()