Searched defs:RevGroupMap (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp556 RevGroupMapTy RevGroupMap,
582 bool isSignature = RevGroupMap.count(&Symbol);
612 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
898 RevGroupMapTy &RevGroupMap,
920 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol];
940 const MCSectionELF *Group = RevGroupMap[Section.getGroup()];
1151 RevGroupMapTy RevGroupMap; local
1161 RevGroupMap, SectionIndexMap, RelMap);
1168 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections);
554 ComputeSymbolTable(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, RevGroupMapTy RevGroupMap, unsigned NumRegularSections) argument
895 CreateIndexedSections(MCAssembler &Asm, MCAsmLayout &Layout, GroupMapTy &GroupMap, RevGroupMapTy &RevGroupMap, SectionIndexMapTy &SectionIndexMap, const RelMapTy &RelMap) argument

Completed in 91 milliseconds