Searched refs:printHashHistogram (Results 1 – 3 of 3) sorted by relevance
53 virtual void printHashHistogram() {} in printHashHistogram() function
171 void printHashHistogram() override;340 virtual void printHashHistogram(const ELFFile<ELFT> *Obj) = 0;372 void printHashHistogram(const ELFFile<ELFT> *Obj) override;463 void printHashHistogram(const ELFFile<ELFT> *Obj) override;1629 template <class ELFT> void ELFDumper<ELFT>::printHashHistogram() { in printHashHistogram() function in ELFDumper1630 ELFDumperStyle->printHashHistogram(ObjF->getELFFile()); in printHashHistogram()3488 void GNUStyle<ELFT>::printHashHistogram(const ELFFile<ELFT> *Obj) { in printHashHistogram() function in GNUStyle4501 void LLVMStyle<ELFT>::printHashHistogram(const ELFFile<ELFT> *Obj) { in printHashHistogram() function in LLVMStyle
500 Dumper->printHashHistogram(); in dumpObject()