Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h41 extern bool CodeViewSubsectionBytes;
H A DCOFFDumper.cpp226 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()
1194 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()
1359 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1487 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()
1501 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()
2195 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
2206 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
H A Dllvm-readobj.cpp152 bool CodeViewSubsectionBytes; variable
303 opts::CodeViewSubsectionBytes = Args.hasArg(OPT_codeview_subsection_bytes); in parseOptions()