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

/external/llvm/lib/Linker/
H A DLinkModules.cpp449 /// getLinkedToGlobal - Given a global in the source module, return the
451 GlobalValue *getLinkedToGlobal(GlobalValue *SrcGV) { function in class:__anon25870::ModuleLinker
744 GlobalValue *DGV = getLinkedToGlobal(I);
760 if (GlobalValue *DGV = getLinkedToGlobal(I))
885 GlobalValue *DGV = getLinkedToGlobal(SGV);
978 GlobalValue *DGV = getLinkedToGlobal(SF);
1059 GlobalValue *DGV = getLinkedToGlobal(SGA);

Completed in 230 milliseconds