Searched refs:UseCPRel (Results 1 – 2 of 2) sorted by relevance
112 bool UseCPRel = GO->hasLocalLinkage(); in SelectSectionForGlobal() local115 if (UseCPRel) { in SelectSectionForGlobal()125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()132 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()
116 bool UseCPRel = GV->isLocalLinkage(GV->getLinkage()); in SelectSectionForGlobal() local119 if (UseCPRel) { in SelectSectionForGlobal()129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()136 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()