reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
61 if (auto EC = COFFObj.getSection(I, Sec)) 65 S.Header = *Sec; 67 if (Error E = COFFObj.getSectionContents(Sec, Contents)) 70 ArrayRef<coff_relocation> Relocs = COFFObj.getRelocations(Sec); 73 if (Expected<StringRef> NameOrErr = COFFObj.getSectionName(Sec)) 77 if (Sec->hasExtendedRelocations())