reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
450 for (const SectionRef &Section : Obj->sections()) { 451 StringRef Name = unwrapOrError(Section.getName(), Obj->getFileName()); 455 const coff_section *Pdata = Obj->getCOFFSection(Section); 463 if (Error E = Obj->getSectionContents(Pdata, Contents)) 464 reportError(std::move(E), Obj->getFileName());