Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.h51 entry_iterator; typedef
55 typedef entry_iterator iterator;
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp64 entry_iterator it, end = m_GOTPLT.end(); in finalizeSectionSize()
78 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
DARMGOT.h68 typedef EntryListType::iterator entry_iterator; typedef
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp67 entry_iterator it, end = m_GOTPLT.end(); in finalizeSectionSize()
81 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
DAArch64GOT.h80 typedef EntryListType::iterator entry_iterator; typedef