Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp70 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
144 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
167 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
215 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
591 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
601 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
840 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
956 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
962 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
968 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
[all …]
H A DMCContext.cpp512 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
563 Kind = SectionKind::getReadOnly(); in getELFSection()
582 .Case(".rodata", SectionKind::getReadOnly()) in getELFSection()
583 .Case(".rodata1", SectionKind::getReadOnly()) in getELFSection()
584 .StartsWith(".rodata.", SectionKind::getReadOnly()) in getELFSection()
594 .Default(SectionKind::getReadOnly()); in getELFSection()
610 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp955 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1431 SectionKind::getReadOnly()); in getSectionForCommandLines()
1817 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1855 SectionKind::getReadOnly()); in emitModuleMetadata()
1936 SectionKind::getReadOnly()); in Initialize()
1940 SectionKind::getReadOnly()); in Initialize()
1988 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
2462 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2486 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2521 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1394 return SectionKind::getReadOnly(); in getSectionKind()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp161 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp350 .CaseLower("const", SectionKind::getReadOnly()) in ParseDirectiveSegment()
H A DCOFFAsmParser.cpp163 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp109 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h201 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly() function
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp556 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1026 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2373 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
4200 SectionKind::getReadOnly()); in emitXRayTable()