Searched refs:m_SectionList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h44 sect_iterator begin() { return m_SectionList.begin(); }
45 const_sect_iterator begin() const { return m_SectionList.begin(); }
46 sect_iterator end() { return m_SectionList.end(); }
47 const_sect_iterator end() const { return m_SectionList.end(); }
49 LDSection* front() { return m_SectionList.front(); }
50 const LDSection* front() const { return m_SectionList.front(); }
51 LDSection* back() { return m_SectionList.back(); }
52 const LDSection* back() const { return m_SectionList.back(); }
80 { return m_SectionList.size(); }
120 m_SectionList
133 std::vector<LDSection*> m_SectionList; member in class:mcld::ELFSegment
[all...]

Completed in 316 milliseconds