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

Lines Matching refs:Sec

599   for (const SectionRef &Sec : Obj->sections()) {
601 const coff_section *Section = Obj->getCOFFSection(Sec);
604 if (error(Sec.getName(Name)))
624 for (const RelocationRef &Reloc : Sec.relocations())
625 printRelocation(Sec, Reloc);
632 if (Sec.containsSymbol(Symbol, Contained) || !Contained)
640 printCodeViewLineTables(Sec);
644 if (error(Sec.getContents(Data)))