Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getSectionName

191   return getSection(Data->getSectionName(), Data->getType(), 
197 return getSection(BSS->getSectionName(), BSS->getType(), BSS->getFlags(), 4);
203 return getSection(Ctor->getSectionName(), Ctor->getType(), Ctor->getFlags());
209 return getSection(Dtor->getSectionName(), Dtor->getType(), Dtor->getFlags());
216 return getSection(Text->getSectionName(), Text->getType(), Text->getFlags());
224 return getSection(JT->getSectionName(), JT->getType(), JT->getFlags(),
249 return getSection(CPSect->getSectionName(), CPSect->getType(),
337 if (StringRef(S.getSectionName()).startswith(".gnu.linkonce."))
371 getSection(S->getSectionName(), S->getType(), S->getFlags());