HomeSort by relevance Sort by last modified time
    Searched refs:RelocationSet (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 131 typedef llvm::DenseSet<Relocation*> RelocationSet;
132 typedef llvm::DenseMap<const ResolveInfo*, RelocationSet> SymRelocSetMap;
MipsRelocator.cpp 574 RelocationSet & relocs = m_PostponedRelocs[rsym];
575 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it)

Completed in 743 milliseconds