Searched refs:CODD (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 952 auto CODD = llvm::make_unique<COFFObjectDumpDelegate>(*this, Section, Obj, in printCodeViewSymbolsSubsection() local 955 CVSymbolDumper CVSD(W, CVTD, std::move(CODD), opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1130 auto CODD = llvm::make_unique<COFFObjectDumpDelegate>(*this, Section, Obj, in printCodeViewSymbolsSubsection() local 1132 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD), in printCodeViewSymbolsSubsection()
|