Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 return SectionKind::getReadOnly(); in getKindForGlobal()
288 return SectionKind::getReadOnly(); in getKindForGlobal()
301 return SectionKind::getReadOnly(); in getKindForGlobal()
354 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp59 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
126 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
149 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
194 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
543 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
552 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
791 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
896 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
914 ".gcc_except_table", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
H A DMCContext.cpp514 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
565 Kind = SectionKind::getReadOnly(); in getELFSection()
581 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp918 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1728 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1753 SectionKind::getReadOnly()); in emitModuleMetadata()
1834 SectionKind::getReadOnly()); in Initialize()
1838 SectionKind::getReadOnly()); in Initialize()
1873 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
2371 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2406 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1375 return SectionKind::getReadOnly(); in getSectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp152 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp228 return SectionKind::getReadOnly(); in computeSectionKind()
H A DCOFFAsmParser.cpp158 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp110 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp500 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1807 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
1882 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()