Searched refs:ReadOnlySection (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h31 return ReadOnlySection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp41 ReadOnlySection =
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection
153 return ReadOnlySection;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp313 if (Kind.isReadOnly() && ReadOnlySection != nullptr)
314 return ReadOnlySection;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h67 MCSection *ReadOnlySection = nullptr; member in class:llvm::MCObjectFileInfo
251 MCSection *getReadOnlySection() const { return ReadOnlySection; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp122 ReadOnlySection // .const
153 ConstTextCoalSection = ReadOnlySection;
359 ReadOnlySection =
530 ReadOnlySection = Ctx->getCOFFSection(
835 ReadOnlySection = Ctx->getXCOFFSection(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp826 return ReadOnlySection;
855 return ReadOnlySection;
1174 return ReadOnlySection;
1209 return ReadOnlySection; // .const
1541 return ReadOnlySection;
1571 return ReadOnlySection;
1575 return ReadOnlySection;
2076 return ReadOnlySection;
2087 return ReadOnlySection;
2101 return ReadOnlySection;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp230 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); local
233 Streamer.SwitchSection(&ReadOnlySection);
238 if (ReadOnlySection.getAlignment() < 64)
239 ReadOnlySection.setAlignment(Align(64));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1640 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( local
1643 OutStreamer->SwitchSection(ReadOnlySection);
1916 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); local
1917 OutStreamer->SwitchSection(ReadOnlySection);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3407 MCSection *ReadOnlySection = local
3416 getStreamer().SwitchSection(ReadOnlySection);
3459 MCSection *ReadOnlySection = local
3468 getStreamer().SwitchSection(ReadOnlySection);
3542 MCSection *ReadOnlySection = local
3551 getStreamer().SwitchSection(ReadOnlySection);

Completed in 199 milliseconds