Home
last modified time | relevance | path

Searched refs:UseCPRel (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp116 bool UseCPRel = GV->isLocalLinkage(GV->getLinkage()); in SelectSectionForGlobal() local
119 if (UseCPRel) { in SelectSectionForGlobal()
129 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
136 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()