Home
last modified time | relevance | path

Searched refs:DumpSectionHeaders (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.h55 extern llvm::cl::opt<bool> DumpSectionHeaders;
Dllvm-pdbdump.cpp235 cl::opt<bool> DumpSectionHeaders("section-headers", variable
532 opts::raw::DumpSectionHeaders = true; in main()
DLLVMOutputStyle.cpp724 if (!opts::raw::DumpSectionHeaders) in dumpSectionHeaders()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h155 extern llvm::cl::opt<bool> DumpSectionHeaders;
Dllvm-pdbutil.cpp537 cl::opt<bool> DumpSectionHeaders("section-headers", variable
1334 opts::dump::DumpSectionHeaders = true; in main()
DDumpOutputStyle.cpp175 if (opts::dump::DumpSectionHeaders) { in dump()