Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp262 return SectionKind::getReadOnly(); in getKindForGlobal()
293 return SectionKind::getReadOnly(); in getKindForGlobal()
306 return SectionKind::getReadOnly(); in getKindForGlobal()
354 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp70 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
144 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
167 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
215 SectionKind::getReadOnly()); in initMachOMCObjectFileInfo()
905 ".rodata", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
911 ".rodata.8", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
917 ".rodata.16", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
936 ".gcc_except_table", SectionKind::getReadOnly(), in initXCOFFMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h192 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp164 .StartsWith(".rodata", SectionKind::getReadOnly()) in parseSectionDirective()
H A DCOFFMasmParser.cpp344 .CaseLower("const", SectionKind::getReadOnly()) in ParseDirectiveSegment()
H A DELFAsmParser.cpp109 SectionKind::getReadOnly()); in ParseSectionDirectiveRoData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h221 static void getReadOnly(const uint8_t *Record, bool &ReadOnly) { in getReadOnly() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp958 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
1429 SectionKind::getReadOnly()); in getSectionForCommandLines()
1815 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable()
2478 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2502 Name, SectionKind::getReadOnly(), in SelectSectionForGlobal()
2537 NameStr, SectionKind::getReadOnly(), in getSectionForJumpTable()
H A DMachineFunction.cpp1406 return SectionKind::getReadOnly(); in getSectionKind()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp583 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1025 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4234 SectionKind::getReadOnly()); in emitXRayTable()