Searched refs:dumpSectionHeaders (Results 1 – 4 of 4) sorted by relevance
108 Error dumpSectionHeaders();112 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
212 if (auto EC = dumpSectionHeaders()) in dump()1860 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle1861 dumpSectionHeaders("Section Headers", DbgHeaderType::SectionHdr); in dumpSectionHeaders()1862 dumpSectionHeaders("Original Section Headers", DbgHeaderType::SectionHdrOrig); in dumpSectionHeaders()1866 void DumpOutputStyle::dumpSectionHeaders(StringRef Label, DbgHeaderType Type) { in dumpSectionHeaders() function in DumpOutputStyle
38 Error dumpSectionHeaders();
81 if (auto EC = dumpSectionHeaders()) in dump()723 Error LLVMOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in LLVMOutputStyle