Home
last modified time | relevance | path

Searched refs:SignatureSymbol (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp1208 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() local
1216 if (SignatureSymbol) { in writeObject()
1217 Asm.registerSymbol(*SignatureSymbol); in writeObject()
1218 unsigned &GroupIdx = RevGroupMap[SignatureSymbol]; in writeObject()
1220 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject()
1226 GroupMembers[SignatureSymbol]; in writeObject()
1245 const MCSymbol *SignatureSymbol = Group->getGroup(); in writeObject() local
1246 assert(SignatureSymbol); in writeObject()
1248 for (const MCSectionELF *Member : GroupMembers[SignatureSymbol]) { in writeObject()