Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp744 GlobalAlias *NewDA = new GlobalAlias(TypeMap.get(SGA->getType()), in linkAliasProto() local
747 CopyGVAttributes(NewDA, SGA); in linkAliasProto()
751 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDA, DGV->getType())); in linkAliasProto()
755 ValueMap[SGA] = NewDA; in linkAliasProto()