Searched refs:getReadOnly (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 188 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 D | MCObjectFileInfo.cpp | 58 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 D | MCContext.cpp | 362 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 D | SectionKind.h | 182 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 695 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 D | MachineFunction.cpp | 939 return SectionKind::getReadOnly(); in getSectionKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 470 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssembler()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 170 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | ELFAsmParser.cpp | 111 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1435 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 1509 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()
|