Lines Matching defs:JSONELFDumper
770 // JSONELFDumper shares most of the same implementation as LLVMELFDumper except
772 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> {
776 JSONELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer)
815 return std::make_unique<JSONELFDumper<ELFT>>(Obj, Writer);
7477 void JSONELFDumper<ELFT>::printAuxillaryDynamicTableEntryInfo(
7520 template <class ELFT> void JSONELFDumper<ELFT>::printDynamicTable() {
8322 void JSONELFDumper<ELFT>::printFileSummary(StringRef FileStr, ObjectFile &Obj,
8337 void JSONELFDumper<ELFT>::printZeroSymbolOtherField(
8345 void JSONELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R,
8352 void JSONELFDumper<ELFT>::printRelocationSectionInfo(const Elf_Shdr &Sec,
8362 std::string JSONELFDumper<ELFT>::getGroupSectionHeaderName() const {
8367 void JSONELFDumper<ELFT>::printSectionGroupMembers(StringRef Name,
8374 template <class ELFT> void JSONELFDumper<ELFT>::printEmptyGroupMessage() const {