Lines Matching refs:LDSection
12 #include "mcld/LD/LDSection.h"
26 class LDSection;
39 LDSection* getTextSection() const {
43 LDSection* getExIdxSection() const {
47 void setTextSection(LDSection* pSection) {
51 void setExIdxSection(LDSection* pSection) {
74 LDSection* m_pTextSection;
80 LDSection* m_pExIdxSection;
88 typedef std::map<LDSection*, std::unique_ptr<ARMExSectionTuple> > SectMap;
98 ARMExSectionTuple* getByExSection(LDSection &pSect) const {
109 ARMExSectionTuple* getOrCreateByExSection(LDSection &pSect) {