Searched refs:getFuncNameRef (Results 1 – 2 of 2) sorted by relevance
786 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function795 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()839 template <support::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function846 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()888 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function889 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()932 template <support::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function933 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
562 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()