Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp188 return SectionKind::getReadOnly(); in getKindForGlobal()
219 return SectionKind::getReadOnly(); in getKindForGlobal()
231 return SectionKind::getReadOnly(); in getKindForGlobal()
274 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp58 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
124 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
147 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
192 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
511 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
520 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
719 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
H A DMCContext.cpp362 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
408 Kind = SectionKind::getReadOnly(); in getELFSection()
418 SectionKind::getReadOnly(), 4, Group, ~0, in createELFGroupSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h182 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp695 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1409 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1449 SectionKind::getReadOnly()); in emitModuleMetadata()
1465 SectionKind::getReadOnly()); in Initialize()
1469 SectionKind::getReadOnly()); in Initialize()
1503 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
H A DMachineFunction.cpp939 return SectionKind::getReadOnly(); in getSectionKind()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp470 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssembler()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp170 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp111 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1435 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
1509 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()