Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel(); in isGlobalWriteableData()
182 bool isDataRel() const { in isDataRel() function
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp154 if (Kind.isDataRel()) return DataSection; in SelectSectionForGlobal()
160 if (Kind.isDataRel()) return DataSectionLarge; in SelectSectionForGlobal()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp75 if (!Kind.isBSS() && !Kind.isDataRel()) in IsGlobalInSmallSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp238 if (Kind.isDataRel()) return ".data.rel."; in getSectionPrefixForGlobal()
331 if (Kind.isDataRel()) return DataRelSection; in SelectSectionForGlobal()
660 if (Kind.isDataRel() || Kind.isReadOnlyWithRel()) in getSectionForConstant()