Searched defs:getSection (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) function in class:LDContext
35 const LDSection* LDContext::getSection(unsigned int pIdx) const function in class:LDContext
42 LDSection* LDContext::getSection(const std::string& pName) function in class:LDContext
52 const LDSection* LDContext::getSection(const std::string& pName) const function in class:LDContext
H A DEhFrame.cpp128 const LDSection& EhFrame::getSection() const function in class:EhFrame
134 LDSection& EhFrame::getSection() function in class:EhFrame
189 if ((*ri)->getLink() == &pFrame.getSection()) {
375 getSection().setSize(offset);
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h64 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::RelocData
65 LDSection& getSection() { return *m_pSection; } function in class:mcld::RelocData
H A DSectionData.h57 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::SectionData
58 LDSection& getSection() { return *m_pSection; } function in class:mcld::SectionData
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp39 LDSection* Module::getSection(const std::string& pName) function in class:Module
49 const LDSection* Module::getSection(const std::string& pName) const function in class:Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h43 const LDSection* getSection() const { return m_pSection; } function in class:mcld::SectionMap::Input
44 LDSection* getSection() { return m_pSection; } function in class:mcld::SectionMap::Input
90 const LDSection* getSection() const { return m_pSection; } function in class:mcld::SectionMap::Output
91 LDSection* getSection() { return m_pSection; } function in class:mcld::SectionMap::Output

Completed in 411 milliseconds