reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ProfileData/InstrProf.h
  495   inline StringRef getFuncName(uint64_t FuncMD5Hash);

References

include/llvm/ProfileData/Coverage/CoverageMapping.h
  746     FuncName = ProfileNames.getFuncName(NameRef);
include/llvm/ProfileData/InstrProf.h
  551   StringRef ret = getFuncName(FuncMD5Hash);
  582   StringRef PGOName = getFuncName(FuncMD5Hash);
include/llvm/ProfileData/InstrProfReader.h
  283     return Symtab->getFuncName(swap(NameRef));
tools/llvm-profdata/llvm-profdata.cpp
  791         OS << Symtab->getFuncName(VD[V].Value);
unittests/ProfileData/InstrProfTest.cpp
  838   StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1"));
  840   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2"));
  842   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3"));
  844   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1"));
  846   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2"));
  848   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3"));
  852   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4"));
  854   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4"));
  863   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1"));
  865   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2"));
  867   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_3"));
  869   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1"));
  871   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2"));
  873   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3"));
  875   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1"));
  877   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2"));
  879   R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3"));
  920               ProfSymtab.getFuncName(Key));
  975       StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(FuncNames1[0]));
  977       R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(FuncNames1[1]));
  986           StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash(N[J]));