reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1322 const coff_section *Section = Obj->getCOFFSection(Sec); 1324 StringRef Name = unwrapOrError(Obj->getFileName(), Sec.getName()); 1343 for (const RelocationRef &Reloc : Sec.relocations()) 1344 printRelocation(Sec, Reloc); 1350 if (!Sec.containsSymbol(Symbol)) 1359 StringRef Data = unwrapOrError(Obj->getFileName(), Sec.getContents());