Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DELFObjectWriter.cpp546 RevGroupMapTy RevGroupMap, in ComputeSymbolTable() argument
572 bool isSignature = RevGroupMap.count(&Symbol); in ComputeSymbolTable()
602 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]); in ComputeSymbolTable()
885 RevGroupMapTy &RevGroupMap, in CreateIndexedSections() argument
907 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in CreateIndexedSections()
927 const MCSectionELF *Group = RevGroupMap[Section.getGroup()]; in CreateIndexedSections()
1139 RevGroupMapTy RevGroupMap; in WriteObject() local
1149 RevGroupMap, SectionIndexMap, RelMap); in WriteObject()
1156 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections); in WriteObject()
DELFObjectWriter.h287 RevGroupMapTy RevGroupMap,
308 RevGroupMapTy &RevGroupMap,