Home
last modified time | relevance | path

Searched refs:SectionTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h36 typedef std::vector<LDSection*> SectionTable; typedef
37 typedef SectionTable::iterator sect_iterator;
38 typedef SectionTable::const_iterator const_sect_iterator;
83 SectionTable m_SectionTable;
85 SectionTable m_RelocSections;
/frameworks/compile/mclinker/include/mcld/
DModule.h58 typedef std::vector<LDSection*> SectionTable; typedef
59 typedef SectionTable::iterator iterator;
60 typedef SectionTable::const_iterator const_iterator;
117 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable()
118 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable()
179 SectionTable m_SectionTable;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1615 std::vector<std::string> SectionTable; in ParseModule() local
1770 SectionTable.push_back(S); in ParseModule()
1798 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
1800 Section = SectionTable[Record[5]-1]; in ParseModule()
1854 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
1856 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1915 std::vector<std::string> SectionTable; in ParseModule() local
2045 SectionTable.push_back(S); in ParseModule()
2073 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2075 Section = SectionTable[Record[5]-1]; in ParseModule()
2129 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2131 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()