Searched refs:TextSection (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp27 return TextSection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp278 MCSectionELF *TextSection = local
280 if (Sec.getKind().isExecuteOnly() && !TextSection->hasInstructions()) {
281 for (auto &F : TextSection->getFragmentList())
285 TextSection->setFlags(TextSection->getFlags() | ELF::SHF_ARM_PURECODE);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h39 const MCSection *TextSection = nullptr; member in struct:llvm::WinEH::FrameInfo
H A DMCObjectFileInfo.h55 MCSection *TextSection = nullptr; member in class:llvm::MCObjectFileInfo
248 MCSection *getTextSection() const { return TextSection; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetObjectFile.cpp52 TextSection = Ctx.getELFSection(".text", Type, Flags, 0, "", 0U, nullptr);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp72 TextSection // .text
152 TextCoalSection = TextSection;
353 TextSection = Ctx->getELFSection(".text", ELF::SHT_PROGBITS,
520 TextSection = Ctx->getCOFFSection(
774 TextSection = Ctx->getWasmSection(".text", SectionKind::getText());
827 TextSection = Ctx->getXCOFFSection(
H A DMCWin64EH.cpp228 MCSection *XData = Streamer.getAssociatedXDataSection(CFI->TextSection);
235 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection);
245 MCSection *XData = Streamer.getAssociatedXDataSection(info->TextSection);
660 MCSection *XData = Streamer.getAssociatedXDataSection(CFI->TextSection);
667 MCSection *PData = Streamer.getAssociatedPDataSection(CFI->TextSection);
677 MCSection *XData = Streamer.getAssociatedXDataSection(info->TextSection);
H A DMCDwarf.cpp1033 const auto TextSection = Sections.begin(); local
1034 assert(TextSection != Sections.end() && "No text section found");
1036 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol();
1037 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context);
H A DMCStreamer.cpp680 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
715 CurrentWinFrameInfo->TextSection = getCurrentSectionOnly();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp60 // TextSection - see MObjectFileInfo.cpp
113 if (Kind.isText()) return TextSection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp881 MCSection &TextSection = *OFI.getTextSection(); local
882 MCA.registerSection(TextSection);
888 TextSection.setAlignment(Align(std::max(16u, TextSection.getAlignment())));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1134 return GO->isWeakForLinker() ? TextCoalSection : TextSection;
1535 return TextSection;
2061 return TextSection;

Completed in 122 milliseconds