Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h144 const MCSection *DataRelLocalSection; variable
273 return DataRelLocalSection; in getDataRelLocalSection()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp63 DataRelSection = DataRelLocalSection = DataSection; in Initialize()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp343 DataRelLocalSection = in InitELFMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp319 if (Kind.isDataRelLocal()) return DataRelLocalSection; in SelectSectionForGlobal()