Searched refs:getReadOnly (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 62 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 135 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 158 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 206 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 575 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 585 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 824 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 934 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 940 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 946 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() [all …]
|
H A D | MCContext.cpp | 511 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection() 562 Kind = SectionKind::getReadOnly(); in getELFSection() 581 .Case(".rodata", SectionKind::getReadOnly()) in getELFSection() 582 .Case(".rodata1", SectionKind::getReadOnly()) in getELFSection() 583 .StartsWith(".rodata.", SectionKind::getReadOnly()) in getELFSection() 609 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 966 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable() 1788 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() 1813 SectionKind::getReadOnly()); in emitModuleMetadata() 1894 SectionKind::getReadOnly()); in Initialize() 1898 SectionKind::getReadOnly()); in Initialize() 1946 SectionKind::getReadOnly()); in getCOFFStaticStructorSection() 2447 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2482 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
|
H A D | MachineFunction.cpp | 1378 return SectionKind::getReadOnly(); in getSectionKind()
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 160 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
H A D | COFFMasmParser.cpp | 350 .CaseLower("const", SectionKind::getReadOnly()) in ParseDirectiveSegment()
|
H A D | COFFAsmParser.cpp | 155 return SectionKind::getReadOnly(); in computeSectionKind()
|
H A D | ELFAsmParser.cpp | 108 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
/openbsd/gnu/llvm/clang/tools/driver/ |
H A D | cc1as_main.cpp | 547 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 933 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2170 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
|