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

Completed in 33 milliseconds