Searched defs:EntryPair (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h27 struct EntryPair { struct in class:mcld::KeyEntryMap
28 EntryPair(EntryType* pEntry1, EntryType* pEntry2) function in struct:mcld::KeyEntryMap::EntryPair
39 EntryPair* pair_ptr;
48 typedef std::list<EntryPair> PairListType;
179 m_Pairs.push_back(EntryPair(&pEntry1, &pEntry2));

Completed in 1764 milliseconds