Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1793 GlobalAlias *NewGA = new GlobalAlias(Ty, GetDecodedLinkage(Record[2]), in ParseModule() local
1797 NewGA->setVisibility(GetDecodedVisibility(Record[3])); in ParseModule()
1798 ValueList.push_back(NewGA); in ParseModule()
1799 AliasInits.push_back(std::make_pair(NewGA, Record[1])); in ParseModule()