Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.h95 Error dumpSectionHeaders();
99 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
DDumpOutputStyle.cpp176 if (auto EC = dumpSectionHeaders()) in dump()
1554 Error DumpOutputStyle::dumpSectionHeaders() { in dumpSectionHeaders() function in DumpOutputStyle
1555 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
/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