Searched refs:SectionTable (Results 1 – 1 of 1) sorted by relevance
1538 std::vector<std::string> SectionTable; in ParseModule() local1677 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()