Searched defs:FixupListType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h54 typedef std::vector<Fixup*> FixupListType; typedef in class:mcld::Stub
55 typedef FixupListType::iterator fixup_iterator;
56 typedef FixupListType::const_iterator const_fixup_iterator;
134 const FixupListType& getFixupList() const { return m_FixupList; }
135 FixupListType& getFixupList() { return m_FixupList; }
143 FixupListType m_FixupList;

Completed in 55 milliseconds