Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp72 static unsigned getXCoreSectionFlags(SectionKind K, bool IsCPRel) { in getXCoreSectionFlags() argument
80 else if (IsCPRel) in getXCoreSectionFlags()
102 bool IsCPRel = SectionName.startswith(".cp."); in getExplicitSectionGlobal() local
103 if (IsCPRel && !Kind.isReadOnly()) in getExplicitSectionGlobal()
106 getXCoreSectionFlags(Kind, IsCPRel)); in getExplicitSectionGlobal()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp72 static unsigned getXCoreSectionFlags(SectionKind K, bool IsCPRel) { in getXCoreSectionFlags() argument
80 else if (IsCPRel) in getXCoreSectionFlags()
104 bool IsCPRel = SectionName.startswith(".cp."); in getExplicitSectionGlobal() local
105 if (IsCPRel && !Kind.isReadOnly()) in getExplicitSectionGlobal()
108 getXCoreSectionFlags(Kind, IsCPRel)); in getExplicitSectionGlobal()