Searched refs:CodeViewSubsectionBytes (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | llvm-readobj.h | 40 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
|
D | COFFDumper.cpp | 223 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs() 1028 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection() 1192 CompilationCPUType, opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection() 1320 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection() 1334 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection() 2016 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() 2027 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
|
D | llvm-readobj.cpp | 247 cl::opt<bool> CodeViewSubsectionBytes( variable
|
/external/llvm/tools/llvm-readobj/ |
D | llvm-readobj.h | 58 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
|
D | COFFDumper.cpp | 66 CVTD(&Writer, opts::CodeViewSubsectionBytes) {} in COFFDumper() 168 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs() 789 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection() 955 CVSymbolDumper CVSD(W, CVTD, std::move(CODD), opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection() 1086 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection() 1541 CVTypeDumper CVTD(&Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
|
D | llvm-readobj.cpp | 154 cl::opt<bool> CodeViewSubsectionBytes( variable
|