Home
last modified time | relevance | path

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

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