Home
last modified time | relevance | path

Searched refs:JSONELFDumper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp773 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> { class
777 JSONELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer) in JSONELFDumper() function in __anonbcadc77c0111::JSONELFDumper
816 return std::make_unique<JSONELFDumper<ELFT>>(Obj, Writer); in createELFDumper()
7563 void JSONELFDumper<ELFT>::printAuxillaryDynamicTableEntryInfo( in printAuxillaryDynamicTableEntryInfo()
7606 template <class ELFT> void JSONELFDumper<ELFT>::printDynamicTable() { in printDynamicTable()
8412 void JSONELFDumper<ELFT>::printFileSummary(StringRef FileStr, ObjectFile &Obj, in printFileSummary()
8427 void JSONELFDumper<ELFT>::printZeroSymbolOtherField( in printZeroSymbolOtherField()
8435 void JSONELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R, in printDefaultRelRelaReloc()
8442 void JSONELFDumper<ELFT>::printRelocationSectionInfo(const Elf_Shdr &Sec, in printRelocationSectionInfo()
8452 std::string JSONELFDumper<ELFT>::getGroupSectionHeaderName() const { in getGroupSectionHeaderName()
[all …]