Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp42 ReadOnlySection = in Initialize()
125 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
155 return ReadOnlySection; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h32 return ReadOnlySection; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp298 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
299 return ReadOnlySection; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h68 MCSection *ReadOnlySection; variable
240 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp122 ReadOnlySection // .const in initMachOMCObjectFileInfo()
153 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
346 ReadOnlySection = in initELFMCObjectFileInfo()
509 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp693 return ReadOnlySection; in getSectionForJumpTable()
722 return ReadOnlySection; in getSectionForConstant()
1001 return ReadOnlySection; in SelectSectionForGlobal()
1036 return ReadOnlySection; // .const in getSectionForConstant()
1370 return ReadOnlySection; in SelectSectionForGlobal()
1400 return ReadOnlySection; in getSectionForJumpTable()
1404 return ReadOnlySection; in getSectionForJumpTable()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp235 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in EmitFunctionBodyEnd() local
238 Streamer.SwitchSection(&ReadOnlySection); in EmitFunctionBodyEnd()
243 if (ReadOnlySection.getAlignment() < 64) in EmitFunctionBodyEnd()
244 ReadOnlySection.setAlignment(64); in EmitFunctionBodyEnd()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1508 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in doFinalization() local
1511 OutStreamer->SwitchSection(ReadOnlySection); in doFinalization()
1751 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in EmitJumpTableInfo() local
1752 OutStreamer->SwitchSection(ReadOnlySection); in EmitJumpTableInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3323 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3332 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()
3370 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3379 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()
3424 MCSection *ReadOnlySection = getContext().getELFSection( in expandLoadImmReal() local
3433 getStreamer().SwitchSection(ReadOnlySection); in expandLoadImmReal()