Searched defs:getSection (Results 1 – 6 of 6) sorted by relevance
28 LDSection* LDContext::getSection(unsigned int pIdx) in getSection() function in LDContext35 const LDSection* LDContext::getSection(unsigned int pIdx) const in getSection() function in LDContext42 LDSection* LDContext::getSection(const std::string& pName) in getSection() function in LDContext52 const LDSection* LDContext::getSection(const std::string& pName) const in getSection() function in LDContext
128 const LDSection& EhFrame::getSection() const in getSection() function in EhFrame134 LDSection& EhFrame::getSection() in getSection() function in EhFrame
39 LDSection* Module::getSection(const std::string& pName) in getSection() function in Module49 const LDSection* Module::getSection(const std::string& pName) const in getSection() function in Module
57 const LDSection& getSection() const { return *m_pSection; } in getSection() function58 LDSection& getSection() { return *m_pSection; } in getSection() function
64 const LDSection& getSection() const { return *m_pSection; } in getSection() function65 LDSection& getSection() { return *m_pSection; } in getSection() function
43 const LDSection* getSection() const { return m_pSection; } in getSection() function44 LDSection* getSection() { return m_pSection; } in getSection() function90 const LDSection* getSection() const { return m_pSection; } in getSection() function91 LDSection* getSection() { return m_pSection; } in getSection() function