D | LinkModules.cpp | 369 TypeMapTy &TypeMap; member in __anon6ffd814d0211::ValueMaterializerTy 374 ValueMaterializerTy(TypeMapTy &TypeMap, Module *DstM, in ValueMaterializerTy() argument 376 : ValueMaterializer(), TypeMap(TypeMap), DstM(DstM), in ValueMaterializerTy() 399 TypeMapTy TypeMap; member in __anon6ffd814d0211::ModuleLinker 430 : DstM(dstM), SrcM(srcM), TypeMap(Set), in ModuleLinker() 431 ValMaterializer(TypeMap, DstM, LazilyLinkGlobalValues), in ModuleLinker() 550 static GlobalVariable *copyGlobalVariableProto(TypeMapTy &TypeMap, Module &DstM, in copyGlobalVariableProto() argument 556 DstM, TypeMap.get(SGVar->getType()->getElementType()), in copyGlobalVariableProto() 566 static Function *copyFunctionProto(TypeMapTy &TypeMap, Module &DstM, in copyFunctionProto() argument 570 return Function::Create(TypeMap.get(SF->getFunctionType()), SF->getLinkage(), in copyFunctionProto() [all …]
|