Home
last modified time | relevance | path

Searched refs:DataRelROLocalSection (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCObjectFileInfo.h153 MCSection *DataRelROLocalSection; variable
279 MCSection *getDataRelROLocalSection() const { return DataRelROLocalSection; } in getDataRelROLocalSection()
/NextBSD/contrib/llvm/lib/MC/
HDMCObjectFileInfo.cpp435 DataRelROLocalSection = Ctx->getELFSection( in initELFMCObjectFileInfo()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp365 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()