Searched refs:ObjectAndId (Results 1 – 2 of 2) sorted by relevance
33 typedef std::pair<Input*, size_t> ObjectAndId; typedef34 typedef llvm::MapVector<LDSection*, ObjectAndId> KeptSections;
172 m_KeptSections[candidate->first] = ObjectAndId(*obj, index); in findCandidates()