Home
last modified time | relevance | path

Searched refs:getDataRel (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/MC/
DMCObjectFileInfo.cpp40 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
45 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
55 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
60 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
107 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
129 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
132 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
137 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
141 SectionKind::getDataRel()); in InitMachOMCObjectFileInfo()
288 SectionKind::getDataRel()); in InitELFMCObjectFileInfo()
[all …]
DMCWin64EH.cpp233 SectionKind::getDataRel()); in getWin64EHTableSection()
244 SectionKind::getDataRel()); in getWin64EHFuncTableSection()
DWinCOFFStreamer.cpp111 SectionKind::getDataRel()); in SetSectionData()
DMCELFStreamer.cpp135 SectionKind::getDataRel()); in SetSectionData()
DMCAsmStreamer.cpp1066 SectionKind::getDataRel()); in getWin64EHTableSection()
/external/llvm/lib/Target/ARM/
DARMTargetObjectFile.cpp35 SectionKind::getDataRel()); in Initialize()
40 SectionKind::getDataRel()); in Initialize()
63 SectionKind::getDataRel()); in getStaticCtorSection()
78 SectionKind::getDataRel()); in getStaticDtorSection()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp83 SectionKind::getDataRel()); in ParseSectionDirectiveData()
116 SectionKind::getDataRel()); in ParseSectionDirectiveDataRel()
134 SectionKind::getDataRel()); in ParseSectionDirectiveEhFrame()
269 return SectionKind::getDataRel(); in computeSectionKind()
DDarwinAsmParser.cpp309 : SectionKind::getDataRel())); in ParseSectionSwitch()
450 : SectionKind::getDataRel())); in ParseDirectiveSection()
DCOFFAsmParser.cpp92 SectionKind::getDataRel()); in ParseSectionDirectiveData()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp26 SectionKind::getDataRel()); in Initialize()
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetObjectFile.cpp29 SectionKind::getDataRel()); in Initialize()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp38 SectionKind::getDataRel()); in Initialize()
/external/llvm/lib/Target/Mips/
DMipsTargetObjectFile.cpp33 SectionKind::getDataRel()); in Initialize()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp78 SectionKind::getDataRel(), in emitPersonalityValue()
355 SectionKind::getDataRel()); in getStaticCtorSection()
368 SectionKind::getDataRel()); in getStaticDtorSection()
/external/llvm/include/llvm/MC/
DSectionKind.h229 static SectionKind getDataRel() { return get(DataRel); } in getDataRel() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp236 return SectionKind::getDataRel(); in getKindForGlobal()