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

/external/llvm/lib/MC/
H A DELFObjectWriter.cpp275 /// \param RevGroupMap - Maps a signature symbol to the group section.
279 RevGroupMapTy RevGroupMap,
300 RevGroupMapTy &RevGroupMap,
857 RevGroupMapTy RevGroupMap,
883 bool isSignature = RevGroupMap.count(&Symbol);
913 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
1209 RevGroupMapTy &RevGroupMap,
1231 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol];
1251 const MCSectionELF *Group = RevGroupMap[Section.getGroup()];
1458 RevGroupMapTy RevGroupMap; local
855 ComputeSymbolTable(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, RevGroupMapTy RevGroupMap, unsigned NumRegularSections) argument
1206 CreateIndexedSections(MCAssembler &Asm, MCAsmLayout &Layout, GroupMapTy &GroupMap, RevGroupMapTy &RevGroupMap, SectionIndexMapTy &SectionIndexMap, const RelMapTy &RelMap) argument
[all...]

Completed in 40 milliseconds