reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 uint64_t ComputeHash(StringRef K);
473 IndexedInstrProf::ComputeHash(FuncName), Ins.first->getKey()));
include/llvm/ProfileData/InstrProfData.inc74 IndexedInstrProf::ComputeHash(getPGOFuncNameVarInitializer(Inc->getName())))) 218 llvm::IndexedInstrProf::ComputeHash(NameValue)))lib/ProfileData/InstrProfReader.cpp
226 Value = IndexedInstrProf::ComputeHash(VD.first);
lib/ProfileData/InstrProfWriter.cpp 109 return IndexedInstrProf::ComputeHash(K);
unittests/ProfileData/InstrProfTest.cpp838 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")); 918 uint64_t Key = IndexedInstrProf::ComputeHash(PGOName); 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]));