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.cpp289 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 DMCObjectFileInfo.cpp71 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 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.cpp103 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.cpp986 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 DMachineFunction.cpp1476 return SectionKind::getReadOnly(); in getSectionKind()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp594 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1095 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4617 SectionKind::getReadOnly()); in emitXRayTable()