Searched refs:getDataSection (Results 1 – 8 of 8) sorted by relevance
78 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()105 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()111 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
2228 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()2352 OutStreamer->switchSection(TLOF.getDataSection()); in doFinalization()
97 auto *S = getContext().getObjectFileInfo()->getDataSection(); in parseSectionDirectiveData()
85 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
268 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
900 MCSection &DataSection = *OFI.getDataSection(); in finish()
917 OutStreamer->switchSection(TLOF.getDataSection()); in emitEndOfAsmFile()
6447 return getDataSection(); in SelectSectionForGlobal()