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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  531       TheSection->isVirtualSection()) {
  536     OutStreamer->EmitZerofill(TheSection, GVSym, Size, Alignment.value());
  543       getObjFileLowering().getBSSSection() == TheSection) {
  585       TheSection = getObjFileLowering().getTLSBSSSection();
  586       OutStreamer->EmitTBSSSymbol(TheSection, MangSym, Size, Alignment.value());
  588       OutStreamer->SwitchSection(TheSection);
  623   OutStreamer->SwitchSection(TheSection);