Lines Matching refs:RevGroupMap
237 const RevGroupMapTy &RevGroupMap);
254 GroupMapTy &GroupMap, RevGroupMapTy &RevGroupMap,
967 const RevGroupMapTy &RevGroupMap) { in computeSymbolTable() argument
984 bool isSignature = RevGroupMap.count(&Symbol); in computeSymbolTable()
1012 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap.lookup(&Symbol)); in computeSymbolTable()
1417 RevGroupMapTy &RevGroupMap, SectionIndexMapTy &SectionIndexMap) { in createIndexedSections() argument
1430 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in createIndexedSections()
1450 const MCSectionELF *Group = RevGroupMap[Section.getGroup()]; in createIndexedSections()
1585 RevGroupMapTy RevGroupMap; in WriteObject() local
1590 RevGroupMap, SectionIndexMap); in WriteObject()
1593 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap); in WriteObject()