Searched refs:CGProfileSection (Results 1 – 5 of 5) sorted by relevance
557 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile() local559 Asm.registerSection(*CGProfileSection); in finalizeCGProfile()560 auto *Frag = new MCDataFragment(CGProfileSection); in finalizeCGProfile()
159 MCSectionCOFF *CGProfileSection = nullptr; member in __anon93f2c7df0111::WinCOFFObjectWriter663 CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()666 Asm.registerSection(*CGProfileSection); in executePostLayoutBinding()1115 if (CGProfileSection) { in writeObject()1116 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()
779 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in writeObject() local782 &*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()
1986 SectionRef CGProfileSection; in printCGProfile() local1990 CGProfileSection = Sec; in printCGProfile()1995 if (CGProfileSection == SectionRef()) in printCGProfile()1999 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()