HomeSort by relevance Sort by last modified time
    Searched refs:DumpSectionHeaders (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.h 55 extern llvm::cl::opt<bool> DumpSectionHeaders;
llvm-pdbdump.cpp 235 cl::opt<bool> DumpSectionHeaders("section-headers",
532 opts::raw::DumpSectionHeaders = true;
LLVMOutputStyle.cpp 81 if (auto EC = dumpSectionHeaders())
723 Error LLVMOutputStyle::dumpSectionHeaders() {
724 if (!opts::raw::DumpSectionHeaders)

Completed in 165 milliseconds