Searched refs:getFuncName (Results 1 – 5 of 5) sorted by relevance
491 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);495 inline StringRef getFuncName(uint64_t FuncMD5Hash);551 StringRef ret = getFuncName(FuncMD5Hash); in getFuncNameOrExternalSymbol()557 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function582 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
283 return Symtab->getFuncName(swap(NameRef)); in getName()
713 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function716 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()744 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function746 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
366 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab433 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
1047 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon71b8f0620511::PGOUseFunc