[llvm] [NFC]Rename InstrProf::getFuncName{,orExternalSymbol} to getValueName{,orExternalSymbol} (PR #68240)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 4 11:29:04 PDT 2023
================
@@ -813,7 +813,7 @@ template <class FuncRecordTy, support::endianness Endian>
Error getFuncNameViaRef(const FuncRecordTy *Record,
InstrProfSymtab &ProfileNames, StringRef &FuncName) {
uint64_t NameRef = getFuncNameRef<FuncRecordTy, Endian>(Record);
- FuncName = ProfileNames.getFuncName(NameRef);
+ FuncName = ProfileNames.getValueName(NameRef);
----------------
minglotus-6 wrote:
done.
https://github.com/llvm/llvm-project/pull/68240
More information about the llvm-commits
mailing list