Searched refs:CGProfileSection (Results 1 – 3 of 3) sorted by relevance
157 MCSectionCOFF *CGProfileSection = nullptr; member in __anon9a7db13a0111::WinCOFFObjectWriter682 CGProfileSection = Asm.getContext().getCOFFSection( in executePostLayoutBinding()685 Asm.registerSection(*CGProfileSection); in executePostLayoutBinding()1119 if (CGProfileSection) { in writeObject()1120 auto *Frag = new MCDataFragment(CGProfileSection); in writeObject()
1130 MCSectionELF *CGProfileSection = nullptr; in writeObject() local1132 CGProfileSection = Ctx.getELFSection(".llvm.call-graph-profile", in writeObject()1135 SectionIndexMap[CGProfileSection] = addToSectionTable(CGProfileSection); in writeObject()1189 if (CGProfileSection) { in writeObject()1197 SectionOffsets[CGProfileSection] = std::make_pair(SecStart, SecEnd); in writeObject()
1982 SectionRef CGProfileSection; in printCGProfile() local1986 CGProfileSection = Sec; in printCGProfile()1991 if (CGProfileSection == SectionRef()) in printCGProfile()1995 unwrapOrError(Obj->getFileName(), CGProfileSection.getContents()); in printCGProfile()