Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp62 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
139 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
162 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
210 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
576 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
586 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
825 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
935 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
941 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
947 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
[all …]
H A DMCContext.cpp517 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
568 Kind = SectionKind::getReadOnly(); in getELFSection()
584 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DSectionKind.h192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp932 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1754 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1779 SectionKind::getReadOnly()); in emitModuleMetadata()
1860 SectionKind::getReadOnly()); in Initialize()
1864 SectionKind::getReadOnly()); in Initialize()
1899 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
2396 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2431 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1413 return SectionKind::getReadOnly(); in getSectionKind()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp159 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp221 return SectionKind::getReadOnly(); in computeSectionKind()
H A DCOFFAsmParser.cpp155 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp108 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp521 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp844 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2028 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()