Searched refs:getReadOnly (Results 1 – 12 of 12) sorted by relevance
/freebsd/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() 354 SectionKind::getReadOnly(), /*C=*/nullptr, in getSectionForJumpTable()
|
/freebsd/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() 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 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 | 109 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 | 958 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 D | MachineFunction.cpp | 1406 return SectionKind::getReadOnly(); in getSectionKind()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 583 "__LLVM", "__asm", MachO::S_REGULAR, 4, SectionKind::getReadOnly()); in ExecuteAssemblerImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 1025 getDataLayout(), SectionKind::getReadOnly(), in emitEndOfAsmFile()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4234 SectionKind::getReadOnly()); in emitXRayTable()
|