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

References

include/llvm/MC/MCObjectFileInfo.h
  241   MCSection *getDataSection() const { return DataSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1045   return DataSection;
 1402   return DataSection;
 1856     return DataSection;
lib/MC/MCObjectFileInfo.cpp
   77   DataSection // .data
  155     DataCoalSection = DataSection;
  347   DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
  509   DataSection = Ctx->getCOFFSection(
  733   DataSection = Ctx->getWasmSection(".data", SectionKind::getData());
  777   DataSection = Ctx->getXCOFFSection(
lib/Target/NVPTX/NVPTXTargetObjectFile.h
   36     return DataSection;
lib/Target/TargetLoweringObjectFile.cpp
  302   return DataSection;
lib/Target/XCore/XCoreTargetObjectFile.cpp
   29   DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
  128       return DataSection;