Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp111 bool UseCPRel = GO->hasLocalLinkage(); in SelectSectionForGlobal() local
114 if (UseCPRel) { in SelectSectionForGlobal()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
131 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()