Home
last modified time | relevance | path

Searched refs:getDataSection (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DDwarfDebug.cpp1220 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endModule()
2239 EmitSectionSym(Asm, TLOF.getDataSection()); in EmitSectionLabels()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h167 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/external/llvm/lib/CodeGen/
DELFWriter.h189 ELFSection &getDataSection();
DELFWriter.cpp191 ELFSection &ELFWriter::getDataSection() { in getDataSection() function in ELFWriter
192 const MCSectionELF *Data = (const MCSectionELF *)TLOF.getDataSection(); in getDataSection()
691 getDataSection(); in doFinalization()
DTargetLoweringObjectFileImpl.cpp639 return getDataSection(); in SelectSectionForGlobal()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp279 return getDataSection(); in SelectSectionForGlobal()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp642 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp550 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()