Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp1241 const MCSymbolELF *SignatureSymbol = Section.getGroup(); in writeObject() local
1249 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() local
1279 assert(SignatureSymbol); in writeObject()
1281 for (const MCSectionELF *Member : GroupMembers[SignatureSymbol]) { in writeObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp918 const MCSymbol *SignatureSymbol = Section.getGroup(); in CreateIndexedSections() local
919 Asm.getOrCreateSymbolData(*SignatureSymbol); in CreateIndexedSections()
920 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in CreateIndexedSections()
928 GroupMap[Group] = SignatureSymbol; in CreateIndexedSections()