Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp449 bool SrcIsDeclaration = Src->isDeclaration(); in getLinkageResult() local
452 if (SrcIsDeclaration) { in getLinkageResult()
507 !SrcIsDeclaration && !DestIsDeclaration && in getLinkageResult()
/external/llvm/lib/Linker/
DLinkModules.cpp281 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource() local
284 if (SrcIsDeclaration) { in shouldLinkFromSource()