Lines Matching refs:LDSection
28 class LDSection;
47 typedef std::vector<LDSection*> SectionTable;
113 LDSection* front() { return m_SectionTable.front(); }
114 const LDSection* front() const { return m_SectionTable.front(); }
115 LDSection* back() { return m_SectionTable.back(); }
116 const LDSection* back() const { return m_SectionTable.back(); }
120 LDSection* getSection(const std::string& pName);
121 const LDSection* getSection(const std::string& pName) const;
138 const LDSymbol* getSectionSymbol(const LDSection& pSection) const {
142 LDSymbol* getSectionSymbol(const LDSection& pSection) {