Searched refs:DstM (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 376 Module &DstM; member in __anonba36dcca0211::IRLinker 462 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal() 509 IRLinker(Module &DstM, IRMover::IdentifiedStructTypeSet &Set, Module &SrcM, in IRLinker() argument 514 : DstM(DstM), SrcM(SrcM), AddLazyFor(AddLazyFor), TypeMap(Set), in IRLinker() 705 new GlobalVariable(DstM, TypeMap.get(SGVar->getType()->getElementType()), in copyGlobalVariableProto() 720 GlobalValue::ExternalLinkage, SF->getName(), &DstM); in copyFunctionProto() 730 &DstM); in copyGlobalAliasProto() 745 DstM, TypeMap.get(SGV->getType()->getElementType()), in copyGlobalValueProto() 808 StructType *DST = DstM.getTypeByName(ST->getName().substr(0, DotPos)); in computeTypeMapping() 939 DstM, NewType, SrcGV->isConstant(), SrcGV->getLinkage(), in linkAppendingVarProto() [all …]
|
D | LinkModules.cpp | 97 Module &DstM = Mover.getModule(); in getLinkedToGlobal() local 104 GlobalValue *DGV = DstM.getNamedValue(getName(SrcGV)); in getLinkedToGlobal() 370 Module &DstM = Mover.getModule(); in computeResultingSelectionKind() local 403 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 407 const DataLayout &DstDL = DstM.getDataLayout(); in computeResultingSelectionKind() 438 Module &DstM = Mover.getModule(); in getComdatResult() local 441 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in getComdatResult() 738 Module &DstM = Mover.getModule(); in run() local 740 GlobalValue *GV = DstM.getNamedValue(P.first()); in run()
|