Searched refs:isReadOnlyWithRel (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DSectionKind.h173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
192 bool isReadOnlyWithRel() const { function in class:llvm::SectionKind
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp155 if (Kind.isReadOnlyWithRel()) return DataRelROSection;
161 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge;
173 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) &&
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp241 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
334 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
353 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
639 if (Kind.isReadOnlyWithRel())
660 if (Kind.isDataRel() || Kind.isReadOnlyWithRel())

Completed in 649 milliseconds