Home
last modified time | relevance | path

Searched refs:SrcIsDeclaration (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp257 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource() local
260 if (SrcIsDeclaration) { in shouldLinkFromSource()
/external/llvm/lib/Linker/
DLinkModules.cpp281 bool SrcIsDeclaration = Src.isDeclarationForLinker(); in shouldLinkFromSource() local
284 if (SrcIsDeclaration) { in shouldLinkFromSource()