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

/freebsd-10-stable/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp274 /// \param RevGroupMap - Maps a signature symbol to the group section.
278 RevGroupMapTy RevGroupMap,
299 RevGroupMapTy &RevGroupMap,
868 RevGroupMapTy RevGroupMap,
908 bool isSignature = RevGroupMap.count(&Symbol);
938 MSD.SectionIndex = SectionIndexMap.lookup(RevGroupMap[&Symbol]);
1240 RevGroupMapTy &RevGroupMap,
1262 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol];
1282 const MCSectionELF *Group = RevGroupMap[Section.getGroup()];
1512 RevGroupMapTy RevGroupMap; local
866 ComputeSymbolTable(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, RevGroupMapTy RevGroupMap, unsigned NumRegularSections) argument
1237 CreateIndexedSections(MCAssembler &Asm, MCAsmLayout &Layout, GroupMapTy &GroupMap, RevGroupMapTy &RevGroupMap, SectionIndexMapTy &SectionIndexMap, const RelMapTy &RelMap) argument
[all...]

Completed in 96 milliseconds