Home
last modified time | relevance | path

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

/external/llvm/lib/Linker/
DLinkModules.cpp282 bool DestIsDeclaration = Dest.isDeclarationForLinker(); in shouldLinkFromSource() local
289 LinkFromSrc = DestIsDeclaration; in shouldLinkFromSource()
302 if (DestIsDeclaration) { in shouldLinkFromSource()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp450 bool DestIsDeclaration = Dest->isDeclaration(); in getLinkageResult() local
457 if (DestIsDeclaration) { in getLinkageResult()
469 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) { in getLinkageResult()
507 !SrcIsDeclaration && !DestIsDeclaration && in getLinkageResult()