Searched defs:getSection (Results 1 – 7 of 7) sorted by relevance
28 LDSection* LDContext::getSection(unsigned int pIdx) { in getSection() function in mcld::LDContext34 const LDSection* LDContext::getSection(unsigned int pIdx) const { in getSection() function in mcld::LDContext40 LDSection* LDContext::getSection(const std::string& pName) { in getSection() function in mcld::LDContext49 const LDSection* LDContext::getSection(const std::string& pName) const { in getSection() function in mcld::LDContext
119 const LDSection& EhFrame::getSection() const { in getSection() function in mcld::EhFrame124 LDSection& EhFrame::getSection() { in getSection() function in mcld::EhFrame
52 const LDSection* getSection() const { return m_pSection; } in getSection() function53 LDSection* getSection() { return m_pSection; } in getSection() function
54 const LDSection& getSection() const { return *m_pSection; } in getSection() function55 LDSection& getSection() { return *m_pSection; } in getSection() function
63 const LDSection& getSection() const { return *m_pSection; } in getSection() function64 LDSection& getSection() { return *m_pSection; } in getSection() function
38 LDSection* Module::getSection(const std::string& pName) { in getSection() function in mcld::Module47 const LDSection* Module::getSection(const std::string& pName) const { in getSection() function in mcld::Module
44 const LDSection* getSection() const { return m_pSection; } in getSection() function45 LDSection* getSection() { return m_pSection; } in getSection() function91 const LDSection* getSection() const { return m_pSection; } in getSection() function92 LDSection* getSection() { return m_pSection; } in getSection() function