Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h58 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
DCOFFDumper.cpp66 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()
Dllvm-readobj.cpp154 cl::opt<bool> CodeViewSubsectionBytes( variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.h65 extern llvm::cl::opt<bool> CodeViewSubsectionBytes;
DCOFFDumper.cpp211 if (opts::CodeViewSubsectionBytes) in printBinaryBlockWithRelocs()
997 if (opts::CodeViewSubsectionBytes) in printCodeViewSymbolSection()
1133 opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
1240 if (opts::CodeViewSubsectionBytes) in printCodeViewTypeSection()
1251 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection()
1845 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
1855 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
Dllvm-readobj.cpp187 cl::opt<bool> CodeViewSubsectionBytes( variable