Searched refs:getReadOnly (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 58 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 D | MCContext.cpp | 508 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 D | SectionKind.h | 185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 897 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 D | MachineFunction.cpp | 1139 return SectionKind::getReadOnly(); in getSectionKind()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 500 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1787 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 1862 getDataLayout(), SectionKind::getReadOnly(), in doFinalization()
|