HomeSort by relevance Sort by last modified time
    Searched refs:RelocationsType (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 31 typedef std::vector<Relocation*> RelocationsType;
38 RelocationsType m_Relocations;
41 typedef RelocationsType::const_iterator const_relocation_iterator;
42 typedef RelocationsType::iterator relocation_iterator;
60 RelocationsType &getRelocations() { return m_Relocations; }
61 const RelocationsType &getRelcoations() const { return m_Relocations; }
MCInstFragment.h 33 typedef std::vector<Relocation*> RelocationsType;
40 RelocationsType m_Relocations;
43 typedef RelocationsType::const_iterator const_relocation_iterator;
44 typedef RelocationsType::iterator relocation_iterator;
70 RelocationsType &getRelocations() { return m_Relocations; }
71 const RelocationsType &getRelcoations() const { return m_Relocations; }

Completed in 898 milliseconds