Searched refs:getReadOnly (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 257 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 D | MCObjectFileInfo.cpp | 59 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 D | MCContext.cpp | 514 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 D | SectionKind.h | 185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 918 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 D | MachineFunction.cpp | 1375 return SectionKind::getReadOnly(); in getSectionKind()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 152 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
| H A D | COFFMasmParser.cpp | 228 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | COFFAsmParser.cpp | 158 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | ELFAsmParser.cpp | 110 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 500 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1807 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 1882 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()
|