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

/frameworks/compile/mclinker/include/mcld/LD/
H A DDebugString.h52 const LDSection* getSection() const { return m_pSection; } function in class:mcld::DebugString
53 LDSection* getSection() { return m_pSection; } function in class:mcld::DebugString
H A DRelocData.h63 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::RelocData
64 LDSection& getSection() { return *m_pSection; } function in class:mcld::RelocData
H A DSectionData.h54 const LDSection& getSection() const { return *m_pSection; } function in class:mcld::SectionData
55 LDSection& getSection() { return *m_pSection; } function in class:mcld::SectionData
/frameworks/compile/mclinker/lib/LD/
H A DLDContext.cpp28 LDSection* LDContext::getSection(unsigned int pIdx) { function in class:mcld::LDContext
34 const LDSection* LDContext::getSection(unsigned int pIdx) const { function in class:mcld::LDContext
40 LDSection* LDContext::getSection(const std::string& pName) { function in class:mcld::LDContext
49 const LDSection* LDContext::getSection(const std::string& pName) const { function in class:mcld::LDContext
H A DEhFrame.cpp119 const LDSection& EhFrame::getSection() const { function in class:mcld::EhFrame
124 LDSection& EhFrame::getSection() { function in class:mcld::EhFrame
175 if ((*ri)->getLink() == &pFrame.getSection()) {
364 getSection().setSize(offset);
/frameworks/compile/mclinker/lib/Core/
H A DModule.cpp38 LDSection* Module::getSection(const std::string& pName) { function in class:mcld::Module
47 const LDSection* Module::getSection(const std::string& pName) const { function in class:mcld::Module
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h44 const LDSection* getSection() const { return m_pSection; } function in class:mcld::SectionMap::Input
45 LDSection* getSection() { return m_pSection; } function in class:mcld::SectionMap::Input
91 const LDSection* getSection() const { return m_pSection; } function in class:mcld::SectionMap::Output
92 LDSection* getSection() { return m_pSection; } function in class:mcld::SectionMap::Output
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 702 milliseconds