Searched refs:getFuncNameRef (Results 1 – 2 of 2) sorted by relevance
1060 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function1069 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()1113 template <llvm::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function1120 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()1163 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1164 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()1207 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1208 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
606 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()