Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp656 GlobalVariable *NewDGV = in linkGlobalProto() local
663 CopyGVAttributes(NewDGV, SGV); in linkGlobalProto()
666 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType())); in linkGlobalProto()
671 ValueMap[SGV] = NewDGV; in linkGlobalProto()
/external/llvm/lib/Linker/
DIRMover.cpp586 GlobalVariable *NewDGV = in copyGlobalVariableProto() local
592 NewDGV->setAlignment(SGVar->getAlignment()); in copyGlobalVariableProto()
593 return NewDGV; in copyGlobalVariableProto()