Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
Dllvm-readobj.h43 extern bool CodeViewSubsectionBytes;
DCOFFDumper.cpp225 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()
1104 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()
1268 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1396 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()
1410 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()
2103 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
2114 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
Dllvm-readobj.cpp157 bool CodeViewSubsectionBytes; variable
301 opts::CodeViewSubsectionBytes = Args.hasArg(OPT_codeview_subsection_bytes); in parseOptions()