Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp41 ReadOnlySection = in Initialize()
124 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
153 return ReadOnlySection; in getSectionForConstant()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h27 return ReadOnlySection; in getSectionForConstant()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp383 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
384 return ReadOnlySection; in getSectionForConstant()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp133 ReadOnlySection // .const in initMachOMCObjectFileInfo()
164 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
388 ReadOnlySection = in initELFMCObjectFileInfo()
573 ReadOnlySection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
933 ReadOnlySection = Ctx->getXCOFFSection( in initXCOFFMCObjectFileInfo()
937 ReadOnlySection->setAlignment(Align(4)); in initXCOFFMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h65 MCSection *ReadOnlySection = nullptr; variable
266 MCSection *getReadOnlySection() const { return ReadOnlySection; } in getReadOnlySection()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp964 return ReadOnlySection; in getSectionForJumpTable()
1028 return ReadOnlySection; in getSectionForConstant()
1376 return ReadOnlySection; in SelectSectionForGlobal()
1411 return ReadOnlySection; // .const in getSectionForConstant()
1749 return ReadOnlySection; in SelectSectionForGlobal()
1779 return ReadOnlySection; in getSectionForJumpTable()
1783 return ReadOnlySection; in getSectionForJumpTable()
2450 return ReadOnlySection; in SelectSectionForGlobal()
2475 return ReadOnlySection; in getSectionForJumpTable()
2510 return ReadOnlySection; in getSectionForConstant()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp248 auto &ReadOnlySection = *ObjectFileInfo.getReadOnlySection(); in emitFunctionBodyEnd() local
251 Streamer.switchSection(&ReadOnlySection); in emitFunctionBodyEnd()
256 ReadOnlySection.ensureMinAlignment(Align(64)); in emitFunctionBodyEnd()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp932 MCSection *ReadOnlySection = getObjFileLowering().getSectionForConstant( in emitEndOfAsmFile() local
935 OutStreamer->switchSection(ReadOnlySection); in emitEndOfAsmFile()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3449 MCSection *ReadOnlySection = in expandLoadSingleImmToFPR() local
3458 getStreamer().switchSection(ReadOnlySection); in expandLoadSingleImmToFPR()
3501 MCSection *ReadOnlySection = in expandLoadDoubleImmToGPR() local
3510 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToGPR()
3584 MCSection *ReadOnlySection = in expandLoadDoubleImmToFPR() local
3593 getStreamer().switchSection(ReadOnlySection); in expandLoadDoubleImmToFPR()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2495 MCSection *ReadOnlySection = TLOF.getSectionForJumpTable(F, TM); in emitJumpTableInfo() local
2496 OutStreamer->switchSection(ReadOnlySection); in emitJumpTableInfo()