Lines Matching defs:Sec
77 for (auto &Sec : Obj.sections()) {
78 auto SecType = Obj.getSectionType(Sec);
83 auto SegName = Obj.getSectionFinalSegmentName(Sec.getRawDataRefImpl());
84 auto SecName = cantFail(Obj.getSectionName(Sec.getRawDataRefImpl()));
136 for (auto &Sec : Obj.sections()) {
137 if (auto SecName = Sec.getName()) {
164 auto Sec = Obj.getSection(COFFSym.getSectionNumber());
165 if (!Sec)
166 return Sec.takeError();
167 if (((*Sec)->Characteristics & COFF::IMAGE_SCN_LNK_COMDAT) &&
217 for (auto &Sec : Obj.sections()) {
218 if (auto SecName = Sec.getName()) {