Home
last modified time | relevance | path

Searched refs:CodeViewSubsectionBytes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h40 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
H A DCOFFDumper.cpp225 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()
1046 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()
1210 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1338 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()
1352 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()
2034 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
2045 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
H A Dllvm-readobj.cpp248 cl::opt<bool> CodeViewSubsectionBytes( variable