Searched refs:DumpSectionHeaders (Results 1 – 10 of 10) sorted by relevance
55 extern llvm::cl::opt<bool> DumpSectionHeaders;
235 cl::opt<bool> DumpSectionHeaders("section-headers", variable532 opts::raw::DumpSectionHeaders = true; in main()
724 if (!opts::raw::DumpSectionHeaders) in dumpSectionHeaders()
141 void DumpSectionHeaders(llvm::raw_ostream &ostream);
443 DumpSectionHeaders(ostream); in Dump()455 void ObjectFileWasm::DumpSectionHeaders(llvm::raw_ostream &ostream) { in DumpSectionHeaders() function in ObjectFileWasm
281 void DumpSectionHeaders(lldb_private::Stream *s);
1003 DumpSectionHeaders(s); in Dump()1127 void ObjectFilePECOFF::DumpSectionHeaders(Stream *s) { in DumpSectionHeaders() function in ObjectFilePECOFF
161 extern llvm::cl::opt<bool> DumpSectionHeaders;
612 cl::opt<bool> DumpSectionHeaders("section-headers", variable1465 opts::dump::DumpSectionHeaders = true; in main()
211 if (opts::dump::DumpSectionHeaders) { in dump()