Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp81 Module &DstM = Mover.getModule(); in getLinkedToGlobal() local
88 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal()
155 Module &DstM = Mover.getModule(); in computeResultingSelectionKind() local
188 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
192 const DataLayout &DstDL = DstM.getDataLayout(); in computeResultingSelectionKind()
221 Module &DstM = Mover.getModule(); in getComdatResult() local
224 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in getComdatResult()
458 Module &DstM = Mover.getModule(); in run() local
474 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in run()
486 for (auto I = DstM.alias_begin(), E = DstM.alias_end(); I != E;) { in run()
[all …]
HDIRMover.cpp383 Module &DstM; member in __anon88c1617f0211::IRLinker
459 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal()
519 IRLinker(Module &DstM, MDMapT &SharedMDs, in IRLinker() argument
524 : DstM(DstM), SrcM(std::move(SrcM)), AddLazyFor(std::move(AddLazyFor)), in IRLinker()
627 new GlobalVariable(DstM, TypeMap.get(SGVar->getValueType()), in copyGlobalVariableProto()
659 SF->getAddressSpace(), SF->getName(), &DstM); in copyFunctionProto()
676 &DstM); in copyGlobalIndirectSymbolProto()
680 nullptr, &DstM); in copyGlobalIndirectSymbolProto()
699 SGV->getName(), &DstM); in copyGlobalValueProto()
702 new GlobalVariable(DstM, TypeMap.get(SGV->getValueType()), in copyGlobalValueProto()
[all …]