Searched refs:RevGroupMap (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 556 RevGroupMapTy RevGroupMap, in ComputeSymbolTable() argument 582 bool isSignature = RevGroupMap.count(&Symbol); in ComputeSymbolTable() 612 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]); in ComputeSymbolTable() 898 RevGroupMapTy &RevGroupMap, in CreateIndexedSections() argument 920 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol]; in CreateIndexedSections() 940 const MCSectionELF *Group = RevGroupMap[Section.getGroup()]; in CreateIndexedSections() 1151 RevGroupMapTy RevGroupMap; in WriteObject() local 1161 RevGroupMap, SectionIndexMap, RelMap); in WriteObject() 1168 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections); in WriteObject()
|
D | ELFObjectWriter.h | 287 RevGroupMapTy RevGroupMap, 308 RevGroupMapTy &RevGroupMap,
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 200 const RevGroupMapTy &RevGroupMap, 768 const SectionIndexMapTy &SectionIndexMap, const RevGroupMapTy &RevGroupMap, in computeSymbolTable() argument 819 MSD.SectionIndex = RevGroupMap.lookup(&Symbol); in computeSymbolTable() 1221 RevGroupMapTy RevGroupMap; in writeObject() local 1251 unsigned &GroupIdx = RevGroupMap[SignatureSymbol]; in writeObject() 1291 computeSymbolTable(Asm, Layout, SectionIndexMap, RevGroupMap, SectionOffsets); in writeObject()
|