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

References

lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
   75   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
  102   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
lib/MC/MCELFStreamer.cpp
   92   SwitchSection(Ctx.getObjectFileInfo()->getTextSection());
lib/MC/MCStreamer.cpp
  388   SwitchSection(getContext().getObjectFileInfo()->getTextSection());
  770   if (TextSec == Context.getObjectFileInfo()->getTextSection())
lib/MC/MCWinCOFFStreamer.cpp
   73   SwitchSection(getContext().getObjectFileInfo()->getTextSection());
   82   SwitchSection(getContext().getObjectFileInfo()->getTextSection());
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  335     OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  257       static_cast<MCSectionELF *>(Ctx.getObjectFileInfo()->getTextSection());
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
  897   MCSection &TextSection = *OFI.getTextSection();
lib/Target/Mips/MipsAsmPrinter.cpp
  827   OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
 1132   OutStreamer->SwitchSection(OutContext.getObjectFileInfo()->getTextSection());
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1355   OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
 1650   OutStreamer->SwitchSection(getObjFileLowering().getTextSection());
lib/Target/X86/X86AsmPrinter.cpp
  596     OutStreamer->SwitchSection(getObjFileLowering().getTextSection());