Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:CD

149   COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR,
151 : CD(CD), SR(SR), SectionContents(SectionContents) {
161 CD.printRelocatedField(Label, Sec, RelocOffset, Offset, RelocSym);
169 CD.printBinaryBlockWithRelocs(Label, SR, SectionContents, SBlock);
173 return CD.getFileNameForFileOffset(FileOffset);
176 StringRef getStringTable() override { return CD.CVStringTable; }
179 COFFDumper &CD;