Searched refs:getReadOnly (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 262 return SectionKind::getReadOnly(); in getKindForGlobal() 293 return SectionKind::getReadOnly(); in getKindForGlobal() 306 return SectionKind::getReadOnly(); in getKindForGlobal() 359 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 62 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 139 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 162 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 210 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 576 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 586 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 825 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 935 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 941 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 947 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 517 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection() 568 Kind = SectionKind::getReadOnly(); in getELFSection() 584 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 932 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable() 1754 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() 1779 SectionKind::getReadOnly()); in emitModuleMetadata() 1860 SectionKind::getReadOnly()); in Initialize() 1864 SectionKind::getReadOnly()); in Initialize() 1899 SectionKind::getReadOnly()); in getCOFFStaticStructorSection() 2396 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2431 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
|
| H A D | MachineFunction.cpp | 1413 return SectionKind::getReadOnly(); in getSectionKind()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 159 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
| H A D | COFFMasmParser.cpp | 221 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | COFFAsmParser.cpp | 155 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | ELFAsmParser.cpp | 108 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 521 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 844 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2028 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
|