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

References

include/llvm/MC/MCObjectFileInfo.h
  242   MCSection *getBSSSection() const { return BSSSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1400     return BSSSection;
lib/MC/MCObjectFileInfo.cpp
   81   BSSSection = nullptr;
  341   BSSSection = Ctx->getELFSection(".bss", ELF::SHT_NOBITS,
  499   BSSSection = Ctx->getCOFFSection(
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  157     return BSSSection;
  381       return BSSSection;
lib/Target/XCore/XCoreTargetObjectFile.cpp
   23   BSSSection = Ctx.getELFSection(".dp.bss", ELF::SHT_NOBITS,
  126     if (Kind.isBSS() || Kind.isCommon())return BSSSection;