Home
last modified time | relevance | path

Searched refs:ReadOnlySection (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h28 ReadOnlySection = nullptr; in NVPTXTargetObjectFile()
55 ReadOnlySection = in Initialize()
92 return ReadOnlySection; in getSectionForConstant()
H A DNVPTXISelLowering.cpp4477 delete ReadOnlySection; in ~NVPTXTargetObjectFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp54 ReadOnlySection = in Initialize()
151 if (Kind.isReadOnly()) return UseCPRel? ReadOnlySection in SelectSectionForGlobal()
178 return ReadOnlySection; in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp279 if (Kind.isReadOnly() && ReadOnlySection != nullptr) in getSectionForConstant()
280 return ReadOnlySection; in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp319 return ReadOnlySection; // .const in SelectSectionForGlobal()
322 if (Kind.isReadOnly()) return ReadOnlySection; in SelectSectionForGlobal()
354 return ReadOnlySection; in getSectionForConstant()
624 return ReadOnlySection; in SelectSectionForGlobal()
659 return ReadOnlySection; // .const in getSectionForConstant()
885 return ReadOnlySection; in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h71 const MCSection *ReadOnlySection; variable
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp111 ReadOnlySection // .const in InitMachOMCObjectFileInfo()
435 ReadOnlySection = in InitELFMCObjectFileInfo()
629 ReadOnlySection = in InitCOFFMCObjectFileInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1030 const MCSection *ReadOnlySection = in doFinalization() local
1033 OutStreamer.SwitchSection(ReadOnlySection); in doFinalization()
1196 const MCSection *ReadOnlySection = in EmitJumpTableInfo() local
1199 OutStreamer.SwitchSection(ReadOnlySection); in EmitJumpTableInfo()