Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h43 extern bool CodeViewSubsectionBytes;
H A DCOFFDumper.cpp226 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()
1050 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()
1214 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1342 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()
1356 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()
2038 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
2049 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
H A Dllvm-readobj.cpp153 bool CodeViewSubsectionBytes; variable
293 opts::CodeViewSubsectionBytes = Args.hasArg(OPT_codeview_subsection_bytes); in parseOptions()