Home
last modified time | relevance | path

Searched refs:EntryPair (Results 1 – 1 of 1) sorted by relevance

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