Searched refs:dumpSectionHeaders (Results 1 – 2 of 2) sorted by relevance
101 Error dumpSectionHeaders();105 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
212 if (auto EC = dumpSectionHeaders()) in dump()1761 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle1762 dumpSectionHeaders("Section Headers", DbgHeaderType::SectionHdr); in dumpSectionHeaders()1763 dumpSectionHeaders("Original Section Headers", DbgHeaderType::SectionHdrOrig); in dumpSectionHeaders()1767 void DumpOutputStyle::dumpSectionHeaders(StringRef Label, DbgHeaderType Type) { in dumpSectionHeaders() function in DumpOutputStyle