Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp761 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> { class
765 JSONELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer) in JSONELFDumper() function in __anonb9a7a8320111::JSONELFDumper
800 return std::make_unique<JSONELFDumper<ELFT>>(Obj, Writer); in createELFDumper()
8052 void JSONELFDumper<ELFT>::printFileSummary(StringRef FileStr, ObjectFile &Obj, in printFileSummary()
8067 void JSONELFDumper<ELFT>::printZeroSymbolOtherField( in printZeroSymbolOtherField()
8075 void JSONELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R, in printDefaultRelRelaReloc()
8082 void JSONELFDumper<ELFT>::printRelocationSectionInfo(const Elf_Shdr &Sec, in printRelocationSectionInfo()
8092 std::string JSONELFDumper<ELFT>::getGroupSectionHeaderName() const { in getGroupSectionHeaderName()
8097 void JSONELFDumper<ELFT>::printSectionGroupMembers(StringRef Name, in printSectionGroupMembers()
8104 template <class ELFT> void JSONELFDumper<ELFT>::printEmptyGroupMessage() const { in printEmptyGroupMessage()