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

References

include/llvm/MC/MCObjectFileInfo.h
  240   MCSection *getTextSection() const { return TextSection; }
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  987     return GO->isWeakForLinker() ? TextCoalSection : TextSection;
 1388     return TextSection;
 1853     return TextSection;
lib/MC/MCObjectFileInfo.cpp
   73   TextSection // .text
  153     TextCoalSection = TextSection;
  344   TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
  503   TextSection = Ctx->getCOFFSection(
  732   TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
  773   TextSection = Ctx->getXCOFFSection(
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
   27     return TextSection;
lib/Target/ARM/ARMTargetObjectFile.cpp
   52     TextSection = Ctx.getELFSection(".text", Type, Flags, 0, "", 0U);
lib/Target/XCore/XCoreTargetObjectFile.cpp
  113   if (Kind.isText())                    return TextSection;