Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SN

156       ELFSection *&SN = SectionLookup[Name];
157 if (SN) return *SN;
160 SN = SectionList.back();
161 SN->SectionIdx = NumSections++;
162 SN->Type = Type;
163 SN->Flags = Flags;
164 SN->Link = ELF::SHN_UNDEF;
165 SN->Align = Align;
166 return *SN;