Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h34 typedef std::vector<LDSection*> SectionTable; typedef
35 typedef SectionTable::iterator sect_iterator;
36 typedef SectionTable::const_iterator const_sect_iterator;
85 SectionTable m_SectionTable;
87 SectionTable m_RelocSections;
/frameworks/compile/mclinker/include/mcld/
DModule.h47 typedef std::vector<LDSection*> SectionTable; typedef
48 typedef SectionTable::iterator iterator;
49 typedef SectionTable::const_iterator const_iterator;
106 const SectionTable& getSectionTable() const { return m_SectionTable; } in getSectionTable()
107 SectionTable& getSectionTable() { return m_SectionTable; } in getSectionTable()
170 SectionTable m_SectionTable;
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2021 std::vector<std::string> SectionTable; in ParseModule() local
2178 SectionTable.push_back(S); in ParseModule()
2208 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2210 Section = SectionTable[Record[5]-1]; in ParseModule()
2266 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2268 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2314 std::vector<std::string> SectionTable; in ParseModule() local
2445 SectionTable.push_back(S); in ParseModule()
2475 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2477 Section = SectionTable[Record[5]-1]; in ParseModule()
2533 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2535 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()