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

References

include/llvm/MC/MCObjectFileInfo.h
  243   MCSection *getReadOnlySection() const { return ReadOnlySection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  719     return ReadOnlySection;
  748     return ReadOnlySection;
 1027     return ReadOnlySection;
 1062   return ReadOnlySection;  // .const
 1394     return ReadOnlySection;
 1424     return ReadOnlySection;
 1428     return ReadOnlySection;
lib/MC/MCObjectFileInfo.cpp
  123   ReadOnlySection  // .const
  154     ConstTextCoalSection = ReadOnlySection;
  350   ReadOnlySection =
  513   ReadOnlySection = Ctx->getCOFFSection(
lib/Target/NVPTX/NVPTXTargetObjectFile.h
   31     return ReadOnlySection;
lib/Target/TargetLoweringObjectFile.cpp
  299   if (Kind.isReadOnly() && ReadOnlySection != nullptr)
  300     return ReadOnlySection;
lib/Target/XCore/XCoreTargetObjectFile.cpp
   41   ReadOnlySection =
  124     if (Kind.isReadOnly())              return UseCPRel? ReadOnlySection
  154   return ReadOnlySection;