Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp257 return SectionKind::getReadOnly(); in getKindForGlobal()
288 return SectionKind::getReadOnly(); in getKindForGlobal()
301 return SectionKind::getReadOnly(); in getKindForGlobal()
354 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp58 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
125 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
148 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
193 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
537 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
546 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
785 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo()
890 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
908 ".gcc_except_table", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
H A DMCContext.cpp508 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
559 Kind = SectionKind::getReadOnly(); in getELFSection()
575 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp897 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1708 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
1733 SectionKind::getReadOnly()); in emitModuleMetadata()
1814 SectionKind::getReadOnly()); in Initialize()
1818 SectionKind::getReadOnly()); in Initialize()
1853 SectionKind::getReadOnly()); in getCOFFStaticStructorSection()
2340 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2375 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1139 return SectionKind::getReadOnly(); in getSectionKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp152 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp228 return SectionKind::getReadOnly(); in computeSectionKind()
H A DCOFFAsmParser.cpp158 return SectionKind::getReadOnly(); in computeSectionKind()
H A DELFAsmParser.cpp110 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp500 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1787 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization()
1862 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()