Home
last modified time | relevance | path

Searched refs:DataRelROSection (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp44 DataRelROSection = in Initialize()
152 : DataRelROSection; in SelectSectionForGlobal()
155 if (Kind.isReadOnlyWithRel()) return DataRelROSection; in SelectSectionForGlobal()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h157 const MCSection *DataRelROSection; variable
305 const MCSection *getDataRelROSection() const { return DataRelROSection; } in getDataRelROSection()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp338 return DataRelROSection; in SelectSectionForGlobal()
358 return DataRelROSection; in getSectionForConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp462 DataRelROSection = in InitELFMCObjectFileInfo()