HomeSort by: relevance | last modified time | path
    Searched refs:DumpSectionHeaders (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 161 extern llvm::cl::opt<bool> DumpSectionHeaders;
llvm-pdbutil.cpp 612 cl::opt<bool> DumpSectionHeaders("section-headers",
1464 opts::dump::DumpSectionHeaders = true;
DumpOutputStyle.cpp 211 if (opts::dump::DumpSectionHeaders) {
212 if (auto EC = dumpSectionHeaders())
1856 Error DumpOutputStyle::dumpSectionHeaders() {
1857 dumpSectionHeaders("Section Headers", DbgHeaderType::SectionHdr);
1858 dumpSectionHeaders("Original Section Headers", DbgHeaderType::SectionHdrOrig);
1862 void DumpOutputStyle::dumpSectionHeaders(StringRef Label, DbgHeaderType Type) {

Completed in 91 milliseconds