Home
last modified time | relevance | path

Searched refs:getDataSection (Results 1 – 9 of 9) 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.cpp888 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endSections()
1752 emitSectionSym(Asm, TLOF.getDataSection()); in emitSectionLabels()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h205 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp274 return getDataSection(); in SelectSectionForGlobal()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp779 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
1083 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp594 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp782 return getDataSection(); in SelectSectionForGlobal()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp684 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
/external/llvm/docs/
DGarbageCollection.rst942 AP.SwitchToDataSection(TAI.getDataSection());