Searched refs:getFuncNameRef (Results 1 – 2 of 2) sorted by relevance
1229 uint64_t getFuncNameRef(const FuncRecordTy *Record) { in getFuncNameRef() function1238 uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record); in getFuncNameViaRef()1282 template <llvm::endianness Endian> IntPtrT getFuncNameRef() const { in getFuncNameRef() function1289 IntPtrT NameRef = getFuncNameRef<Endian>(); in getFuncName()1332 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1333 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()1376 template <llvm::endianness Endian> uint64_t getFuncNameRef() const { in getFuncNameRef() function1377 return accessors::getFuncNameRef<ThisT, Endian>(this); in getFuncNameRef()
621 NameRefType NameRef = CFR->template getFuncNameRef<Endian>(); in insertFunctionRecordIfNeeded()