Home | History | Annotate | Download | only in Linker

Lines Matching refs:hasDLLImportLinkage

508     if (Src->hasDLLImportLinkage()) {
522 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) {
549 assert((Dest->hasExternalLinkage() || Dest->hasDLLImportLinkage() ||
551 (Src->hasExternalLinkage() || Src->hasDLLImportLinkage() ||