Home
last modified time | relevance | path

Searched refs:getReadOnly (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp262 return SectionKind::getReadOnly(); in getKindForGlobal()
293 return SectionKind::getReadOnly(); in getKindForGlobal()
306 return SectionKind::getReadOnly(); in getKindForGlobal()
359 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp62 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
135 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
158 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
206 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
575 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
585 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
824 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
934 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
940 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
946 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
[all …]
H A DMCContext.cpp511 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
562 Kind = SectionKind::getReadOnly(); in getELFSection()
581 .Case(".rodata", SectionKind::getReadOnly()) in getELFSection()
582 .Case(".rodata1", SectionKind::getReadOnly()) in getELFSection()
583 .StartsWith(".rodata.", SectionKind::getReadOnly()) in getELFSection()
609 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp966 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1788 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1813 SectionKind::getReadOnly()); in emitModuleMetadata()
1894 SectionKind::getReadOnly()); in Initialize()
1898 SectionKind::getReadOnly()); in Initialize()
1946 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
2447 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2482 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1378 return SectionKind::getReadOnly(); in getSectionKind()
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp160 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp350 .CaseLower("const", SectionKind::getReadOnly()) in ParseDirectiveSegment()
H A DCOFFAsmParser.cpp155 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp108 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/openbsd/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp547 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp933 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2170 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()