Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h101 Error dumpSectionHeaders();
105 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
H A DDumpOutputStyle.cpp212 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