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

/external/llvm/lib/Linker/
H A DLinkModules.cpp365 /// getLinkedToGlobal - Given a global in the source module, return the
367 GlobalValue *getLinkedToGlobal(GlobalValue *SrcGV) { function in class:__anon6733::ModuleLinker
523 GlobalValue *DGV = getLinkedToGlobal(I);
539 if (GlobalValue *DGV = getLinkedToGlobal(I))
617 GlobalValue *DGV = getLinkedToGlobal(SGV);
678 GlobalValue *DGV = getLinkedToGlobal(SF);
720 GlobalValue *DGV = getLinkedToGlobal(SGA);

Completed in 1112 milliseconds