Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h99 Error dumpSectionHeaders();
103 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
H A DDumpOutputStyle.cpp213 if (auto EC = dumpSectionHeaders()) in dump()
1761 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle
1762 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