Searched refs:CGProfileSection (Results 1 – 5 of 5) sorted by relevance
553 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile() local555 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()556 auto *Frag = new MCDataFragment(CGProfileSection); in finalizeCGProfile()
155 MCSectionCOFF *CGProfileSection = nullptr; member in __anon1ceee7e50111::WinCOFFWriter1120 if (Mode != DwoOnly && CGProfileSection) { in writeObject()1121 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()1218 ObjWriter->CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()1221 Asm.registerSection(*ObjWriter->CGProfileSection); in executePostLayoutBinding()
768 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject() local771 &*CGProfileSection->getFragmentList().begin()); in writeObject()
744 object::SectionRef CGProfileSection; in printCGProfile() local753 CGProfileSection = Sec; in printCGProfile()757 if (CGProfileSection == object::SectionRef()) in printCGProfile()761 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()
2140 SectionRef CGProfileSection; in printCGProfile() local2144 CGProfileSection = Sec; in printCGProfile()2149 if (CGProfileSection == SectionRef()) in printCGProfile()2153 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()