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