Searched refs:getDataSection (Results 1 – 9 of 9) sorted by relevance
73 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()
888 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endSections()1752 emitSectionSym(Asm, TLOF.getDataSection()); in emitSectionLabels()
205 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
274 return getDataSection(); in SelectSectionForGlobal()
779 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()1083 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
594 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
782 return getDataSection(); in SelectSectionForGlobal()
684 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
942 AP.SwitchToDataSection(TAI.getDataSection());