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

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

Completed in 111 milliseconds