Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h108 Error dumpSectionHeaders();
112 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
DDumpOutputStyle.cpp212 if (auto EC = dumpSectionHeaders()) in dump()
1860 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle
1861 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
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.h38 Error dumpSectionHeaders();
DLLVMOutputStyle.cpp81 if (auto EC = dumpSectionHeaders()) in dump()
723 Error LLVMOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in LLVMOutputStyle