Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp237 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()
[all …]