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

/external/llvm/lib/Linker/
H A DLinkModules.cpp442 /// getLinkageResult - This analyzes the two global values and determines
444 bool getLinkageResult(GlobalValue *Dest, const GlobalValue *Src,
660 /// getLinkageResult - This analyzes the two global values and determines what
665 bool ModuleLinker::getLinkageResult(GlobalValue *Dest, const GlobalValue *Src, function in class:ModuleLinker
908 if (getLinkageResult(DGV, SGV, NewLinkage, NV, LinkFromSrc))
995 if (getLinkageResult(DGV, SF, NewLinkage, NV, LinkFromSrc))
1076 if (getLinkageResult(DGV, SGA, NewLinkage, NV, LinkFromSrc))

Completed in 97 milliseconds