| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 70 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 144 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 167 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 215 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 591 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 601 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 840 SectionKind::getReadOnly()); in initCOFFMCObjectFileInfo() 956 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 962 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 968 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() [all …]
|
| H A D | MCContext.cpp | 512 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection() 563 Kind = SectionKind::getReadOnly(); in getELFSection() 582 .Case(".rodata", SectionKind::getReadOnly()) in getELFSection() 583 .Case(".rodata1", SectionKind::getReadOnly()) in getELFSection() 584 .StartsWith(".rodata.", SectionKind::getReadOnly()) in getELFSection() 594 .Default(SectionKind::getReadOnly()); in getELFSection() 610 SectionKind::getReadOnly(), 4, Group, IsComdat, in createELFGroupSection()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 955 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable() 1431 SectionKind::getReadOnly()); in getSectionForCommandLines() 1817 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() 1855 SectionKind::getReadOnly()); in emitModuleMetadata() 1936 SectionKind::getReadOnly()); in Initialize() 1940 SectionKind::getReadOnly()); in Initialize() 1988 SectionKind::getReadOnly()); in getCOFFStaticStructorSection() 2462 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2486 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2521 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
|
| H A D | MachineFunction.cpp | 1394 return SectionKind::getReadOnly(); in getSectionKind()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 161 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
| H A D | COFFMasmParser.cpp | 350 .CaseLower("const", SectionKind::getReadOnly()) in ParseDirectiveSegment()
|
| H A D | COFFAsmParser.cpp | 163 return SectionKind::getReadOnly(); in computeSectionKind()
|
| H A D | ELFAsmParser.cpp | 109 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 201 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly() function
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 556 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 1026 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2373 SectionKind::getReadOnly(), Stub.first->getName(), in doFinalization() 4200 SectionKind::getReadOnly()); in emitXRayTable()
|