Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
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()
/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()