Searched refs:RelocationSet (Results 1 – 2 of 2) sorted by relevance
131 typedef llvm::DenseSet<Relocation*> RelocationSet; typedef132 typedef llvm::DenseMap<const ResolveInfo*, RelocationSet> SymRelocSetMap;
574 RelocationSet & relocs = m_PostponedRelocs[rsym]; in applyPostponedRelocations()575 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it) in applyPostponedRelocations()