Searched defs:getSection (Results 1 - 5 of 5) 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.cpp80 const LDSection& EhFrame::getSection() const function in class:EhFrame
86 LDSection& EhFrame::getSection() function in class:EhFrame
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h65 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::RelocData
66 LDSection& getSection() { return *m_pSection; } function in class:mcld::RelocData
H A DSectionData.h60 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::SectionData
61 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

Completed in 117 milliseconds