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

References

include/llvm/MC/MCObjectFileInfo.h
  326   MCSection *getDataRelROSection() const { return DataRelROSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  751   return DataRelROSection;
lib/MC/MCObjectFileInfo.cpp
  360   DataRelROSection = Ctx->getELFSection(".data.rel.ro", ELF::SHT_PROGBITS,
lib/Target/XCore/XCoreTargetObjectFile.cpp
   35   DataRelROSection = Ctx.getELFSection(".dp.rodata", ELF::SHT_PROGBITS,
  125                                                        : DataRelROSection;
  129     if (Kind.isReadOnlyWithRel())       return DataRelROSection;