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()
218 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
47 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
293 return getDataSection(); in SelectSectionForGlobal()
103 static StringRef getDataSection(const CodeGenModule &CGM) { in getDataSection() function140 Data->setSection(getDataSection(CGM)); in buildDataVar()
452 OutStreamer.SwitchSection(TLOFELF.getDataSection()); in EmitEndOfAsmFile()
781 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()1089 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
929 OS.SwitchSection(AP.getObjFileLowering().getDataSection());