Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp112 bool UseCPRel = GO->hasLocalLinkage(); in SelectSectionForGlobal() local
115 if (UseCPRel) { in SelectSectionForGlobal()
125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
132 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySectionLarge in SelectSectionForGlobal()