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.cpp2033 std::vector<std::string> SectionTable; in ParseModule() local
2190 SectionTable.push_back(S); in ParseModule()
2220 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2222 Section = SectionTable[Record[5]-1]; in ParseModule()
2278 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2280 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2326 std::vector<std::string> SectionTable; in ParseModule() local
2457 SectionTable.push_back(S); in ParseModule()
2487 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
2489 Section = SectionTable[Record[5]-1]; in ParseModule()
2545 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
2547 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()