reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
263 if ((Line++)->getAsInteger(0, Record.Hash)) 404 Record.Hash = swap(Data->FuncHash); 877 if (Data[I].Hash == FuncHash) { 914 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash);lib/ProfileData/InstrProfWriter.cpp
186 auto Hash = I.Hash; 195 auto Hash = Other.Hash;tools/llvm-profdata/llvm-profdata.cpp
216 FuncOverlap.setFuncInfo(I.Name, I.Hash); 857 bool FuncIsCS = NamedInstrProfRecord::hasCSFlagInHash(Func.Hash); 869 InstrProfWriter::writeRecordInText(Func.Name, Func.Hash, Func, Symtab, 911 << " Hash: " << format("0x%016" PRIx64, Func.Hash) << "\n"unittests/ProfileData/InstrProfTest.cpp
81 ASSERT_EQ(0x1234U, I->Hash);