Searched refs:dumpSectionHeaders (Results 1 – 4 of 4) sorted by relevance
95 Error dumpSectionHeaders();99 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
176 if (auto EC = dumpSectionHeaders()) in dump()1554 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle1555 dumpSectionHeaders("Section Headers", DbgHeaderType::SectionHdr); in dumpSectionHeaders()1556 dumpSectionHeaders("Original Section Headers", DbgHeaderType::SectionHdrOrig); in dumpSectionHeaders()1560 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