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 160 typedef llvm::DenseSet<Relocation*> RelocationSet;
161 typedef llvm::DenseMap<const ResolveInfo*, RelocationSet> SymRelocSetMap;
MipsRelocator.cpp 558 RelocationSet& relocs = m_PostponedRelocs[rsym];
559 for (RelocationSet::iterator it = relocs.begin(); it != relocs.end(); ++it)
    [all...]

Completed in 1770 milliseconds