Searched refs:DstM (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Linker/ |
| D | IRMover.cpp | 388 Module &DstM; member in __anon22106ae40211::IRLinker 464 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal() 535 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker() argument 539 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)), in IRLinker() 597 if (SGV->getParent() != &DstM && SGV->getParent() != SrcM.get()) in materialize() 655 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()), in copyGlobalVariableProto() 690 SF->getAddressSpace(), SF->getName(), &DstM); in copyFunctionProto() 706 SGV->getName(), &DstM); in copyIndirectSymbolProto() 714 SGV->getName(), nullptr, &DstM); in copyIndirectSymbolProto() 736 SGV->getName(), &DstM); in copyGlobalValueProto() [all …]
|
| D | LinkModules.cpp | 82 Module &DstM = Mover.getModule(); in getLinkedToGlobal() local 89 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal() 156 Module &DstM = Mover.getModule(); in computeResultingSelectionKind() local 189 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind() 193 const DataLayout &DstDL = DstM.getDataLayout(); in computeResultingSelectionKind() 222 Module &DstM = Mover.getModule(); in getComdatResult() local 225 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in getComdatResult() 463 Module &DstM = Mover.getModule(); in run() local 479 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in run() 491 for (GlobalAlias &GV : llvm::make_early_inc_range(DstM.aliases())) in run() [all …]
|