Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h58 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
H A DCOFFDumper.cpp217 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()
H A Dllvm-readobj.cpp205 cl::opt<bool> CodeViewSubsectionBytes( variable