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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h160 typedef llvm::DenseSet<Relocation*> RelocationSet; typedef in class:mcld::MipsRelocator
161 typedef llvm::DenseMap<const ResolveInfo*, RelocationSet> SymRelocSetMap;
H A DMipsRelocator.cpp558 RelocationSet& relocs = m_PostponedRelocs[rsym];
559 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it)

Completed in 123 milliseconds