reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/SectionKind.h
  156     return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  571     } else if (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) {
  626   assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
  750   assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
  994     if (Kind.isReadOnlyWithRel())
 1031   if (Kind.isReadOnlyWithRel())
 1053   if (Kind.isData() || Kind.isReadOnlyWithRel())
 1244   else if (K.isReadOnly() || K.isReadOnlyWithRel())
 1333   if (Kind.isReadOnly() || Kind.isReadOnlyWithRel())
 1393   if (Kind.isReadOnly() || Kind.isReadOnlyWithRel())
lib/Target/TargetLoweringObjectFile.cpp
  256         (Attrs.hasAttribute("relro-section") && Kind.isReadOnlyWithRel()) ||
lib/Target/XCore/XCoreTargetObjectFile.cpp
  129     if (Kind.isReadOnlyWithRel())       return DataRelROSection;
  136     if (Kind.isReadOnlyWithRel())       return DataRelROSectionLarge;
  150   assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) &&