Searched refs:m_SectionData (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOT.cpp32 return new X86_32GOTEntry(0, m_SectionData);
49 return new X86_64GOTEntry(0, m_SectionData);
H A DX86GOTPLT.cpp37 return (m_SectionData->size() > X86GOTPLT0Num);
43 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
76 return (m_SectionData->size() > X86GOTPLT0Num);
82 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGOT.h69 const_iterator begin() const { return m_SectionData->begin(); }
70 iterator begin() { return m_SectionData->begin(); }
71 const_iterator end () const { return m_SectionData->end(); }
72 iterator end () { return m_SectionData->end(); }
75 { return m_SectionData->empty(); }
82 SectionData* m_SectionData; member in class:mcld::GOT
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp27 new GOTPLTEntry(0, m_SectionData);
28 new GOTPLTEntry(0, m_SectionData);
29 m_Last = ++m_SectionData->begin();
35 new GOTPLTEntry(0, m_SectionData);
54 assert(m_Last != m_SectionData->end() &&
61 return m_SectionData->size() > MipsGOTPLT0Num;
H A DMipsGOT.cpp105 createEntry(0, m_SectionData);
123 it->m_pLastLocal = &m_SectionData->back();
125 it->m_pLastGlobal = &m_SectionData->back();
436 createEntry(0, m_SectionData);
437 createEntry(Mips32ModulePtr, m_SectionData);
477 createEntry(0, m_SectionData);
478 createEntry(Mips64ModulePtr, m_SectionData);
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp26 m_SectionData = IRBuilder::CreateSectionData(pSection);
36 SectionData::iterator frag, fragEnd = m_SectionData->end();
37 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOT.cpp32 return new HexagonGOTEntry(0, m_SectionData);
H A DHexagonGOTPLT.cpp40 return (m_SectionData->size() > HexagonGOTPLT0Num);
46 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp36 // create GOT0, and put them into m_SectionData immediately
38 new AArch64GOTEntry(0, m_SectionData);
63 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
65 SectionData::iterator frag, fragEnd = m_SectionData->end();
66 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
78 entry->setParent(m_SectionData);
93 entry->setParent(m_SectionData);
107 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
118 e_end = m_SectionData->end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp28 // create GOT0, and put them into m_SectionData immediately
30 new ARMGOTEntry(0, m_SectionData);
59 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
61 SectionData::iterator frag, fragEnd = m_SectionData->end();
62 for (frag = m_SectionData->begin(); frag != fragEnd; ++frag) {
74 entry->setParent(m_SectionData);
88 entry->setParent(m_SectionData);
102 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
113 e_end = m_SectionData->end();

Completed in 3439 milliseconds