Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h33 typedef std::vector<LDSection*> SectionTable; typedef
34 typedef SectionTable::iterator sect_iterator;
35 typedef SectionTable::const_iterator const_sect_iterator;
86 SectionTable m_SectionTable;
88 SectionTable m_RelocSections;
/frameworks/compile/mclinker/include/mcld/
DModule.h48 typedef std::vector<LDSection*> SectionTable; typedef
49 typedef SectionTable::iterator iterator;
50 typedef SectionTable::const_iterator const_iterator;
107 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable()
108 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable()
169 SectionTable m_SectionTable;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1658 std::vector<std::string> SectionTable; in ParseModule() local
1815 SectionTable.push_back(S); in ParseModule()
1844 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
1846 Section = SectionTable[Record[5]-1]; in ParseModule()
1901 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
1903 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1957 std::vector<std::string> SectionTable; in ParseModule() local
2088 SectionTable.push_back(S); in ParseModule()
2117 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2119 Section = SectionTable[Record[5]-1]; in ParseModule()
2174 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2176 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()