Searched refs:getReadOnly (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 289 return SectionKind::getReadOnly(); in getKindForGlobal() 320 return SectionKind::getReadOnly(); in getKindForGlobal() 333 return SectionKind::getReadOnly(); in getKindForGlobal() 387 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 71 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 145 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 168 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 216 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo() 949 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 955 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 961 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo() 980 ".gcc_except_table", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 164 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
|
| H A D | COFFMasmParser.cpp | 344 .CaseLower("const", SectionKind::getReadOnly()) in parseDirectiveSegment()
|
| H A D | ELFAsmParser.cpp | 103 SectionKind::getReadOnly()); in parseSectionDirectiveRoData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFF.h | 221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 986 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable() 1491 SectionKind::getReadOnly()); in getSectionForCommandLines() 1875 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() 2525 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2549 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal() 2584 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
|
| H A D | MachineFunction.cpp | 1476 return SectionKind::getReadOnly(); in getSectionKind()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 594 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 1095 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4617 SectionKind::getReadOnly()); in emitXRayTable()
|