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

Lines Matching refs:RelocationRef

61   void printRelocation(const SectionRef &Section, const RelocationRef &Reloc);
77 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy;
327 for (const RelocationRef &Reloc : S.relocations())
624 for (const RelocationRef &Reloc : Sec.relocations())
663 for (const RelocationRef &Reloc : Section.relocations()) {
681 const RelocationRef &Reloc) {