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

References

include/llvm/MC/MCObjectFileInfo.h
  352   const MCSection *getDataCoalSection() const { return DataCoalSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  996     return DataCoalSection;
lib/MC/MCObjectFileInfo.cpp
  149     DataCoalSection = Ctx->getMachOSection(
  151     ConstDataCoalSection = DataCoalSection;
  155     DataCoalSection = DataSection;