Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1538 std::vector<std::string> SectionTable; in ParseModule() local
1677 SectionTable.push_back(S); in ParseModule()
1705 if (Record[5]-1 >= SectionTable.size()) in ParseModule()
1707 Section = SectionTable[Record[5]-1]; in ParseModule()
1761 if (Record[6]-1 >= SectionTable.size()) in ParseModule()
1763 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()