Searched refs:CodeViewSubsectionBytes (Results 1 – 3 of 3) sorted by relevance
58 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
217 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()1002 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()1156 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()1266 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()1277 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()1920 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()1930 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
205 cl::opt<bool> CodeViewSubsectionBytes( variable