Searched refs:DGV (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp88 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName());
89 if (!DGV)
94 if (DGV->hasLocalLinkage())
98 return DGV;
329 GlobalValue *DGV = getLinkedToGlobal(&GV); local
336 if (!DGV)
339 if (!DGV->isDeclaration())
344 if (DGV && !GV.hasLocalLinkage() && !GV.hasAppendingLinkage()) {
345 auto *DGVar = dyn_cast<GlobalVariable>(DGV);
362 getMinVisibility(DGV
410 GlobalValue *DGV = getLinkedToGlobal(GV2); local
536 GlobalValue *DGV = getLinkedToGlobal(GV2); local
[all...]
H A DIRMover.cpp459 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName());
460 if (!DGV)
465 if (DGV->hasLocalLinkage())
469 return DGV;
478 /// GlobalValue \p DGV (if any), return true if the linker will pull \p SGV
482 bool shouldLink(GlobalValue *DGV, GlobalValue &SGV);
746 GlobalValue *DGV = getLinkedToGlobal(&SGV); local
747 if (!DGV)
750 if (!DGV->hasAppendingLinkage() || !SGV.hasAppendingLinkage()) {
751 TypeMap.addTypeMapping(DGV
943 shouldLink(GlobalValue *DGV, GlobalValue &SGV) argument
965 GlobalValue *DGV = getLinkedToGlobal(SGV); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp518 if (auto *DGV = dyn_cast<DIGlobalVariable>(MD)) {
520 Context, DGV, DIExpression::get(Context, {}));
1750 DIGlobalVariable *DGV = GET_OR_DISTINCT( local
1760 Context, DGV, Expr ? Expr : DIExpression::get(Context, {}));
1764 auto *MDNode = Expr ? cast<Metadata>(DGVE) : cast<Metadata>(DGV);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1229 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
1230 S = DGV->getDirectory();
1253 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
1254 S = DGV->getFilename();
1276 if (const DIGlobalVariable *DGV = GVEs[0]->getVariable())
1277 L = DGV->getLine();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1677 DIGlobalVariable *DGV = GVe->getVariable();
1699 DIGlobalVariableExpression::get(NewGV->getContext(), DGV, E);

Completed in 303 milliseconds