Searched refs:getFuncNameRef (Results 1 – 2 of 2) sorted by relevance
1153 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function1162 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()1206 template <llvm::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function1213 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()1256 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1257 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()1300 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1301 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
614 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()