Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h157 const MCSection *DataRelROLocalSection; variable
303 return DataRelROLocalSection; in getDataRelROLocalSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp425 DataRelROLocalSection = Ctx->getELFSection( in InitELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp367 if (Kind.isReadOnlyWithRelLocal()) return DataRelROLocalSection; in getSectionForConstant()