Searched refs:SignatureSymbol (Results 1 – 2 of 2) sorted by relevance
1241 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() local1249 if (SignatureSymbol) { in writeObject()1250 Asm.registerSymbol(*SignatureSymbol); in writeObject()1251 unsigned &GroupIdx = RevGroupMap[SignatureSymbol]; in writeObject()1253 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()1259 GroupMembers[SignatureSymbol]; in writeObject()1278 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject() local1279 assert(SignatureSymbol); in writeObject()1281 for (const MCSectionELF *Member : GroupMembers[SignatureSymbol]) { in writeObject()
918 const MCSymbol *SignatureSymbol = Section.getGroup(); in CreateIndexedSections() local919 Asm.getOrCreateSymbolData(*SignatureSymbol); in CreateIndexedSections()920 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in CreateIndexedSections()928 GroupMap[Group] = SignatureSymbol; in CreateIndexedSections()