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

/external/llvm/lib/Linker/
H A DLinkArchives.cpp53 assert(!I->hasDLLImportLinkage()
65 assert(!I->hasDLLImportLinkage()
H A DLinkModules.cpp455 if (Src->hasDLLImportLinkage()) {
469 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) {
496 assert((Dest->hasExternalLinkage() || Dest->hasDLLImportLinkage() ||
498 (Src->hasExternalLinkage() || Src->hasDLLImportLinkage() ||
/external/llvm/include/llvm/
H A DGlobalValue.h217 bool hasDLLImportLinkage() const { return isDLLImportLinkage(Linkage); } function in class:llvm::GlobalValue
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp58 if (GV->hasDLLImportLinkage())
H A DX86FastISel.cpp639 if (GV->hasDLLImportLinkage())
H A DX86ISelLowering.cpp2329 if (!GV->hasDLLImportLinkage()) {
/external/llvm/lib/VMCore/
H A DVerifier.cpp389 GV.hasDLLImportLinkage() ||
396 Assert1(!GV.hasDLLImportLinkage() || GV.isDeclaration(),
428 Assert1(GV.hasExternalLinkage() || GV.hasDLLImportLinkage() ||
696 Assert1(F.hasExternalLinkage() || F.hasDLLImportLinkage() ||
/external/llvm/lib/Target/CBackend/
H A DCBackend.cpp1750 else if (I->hasDLLImportLinkage())
1863 else if (I->hasDLLImportLinkage())
2109 if (F->hasDLLImportLinkage()) Out << "__declspec(dllimport) ";
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1012 GVEntry->hasDLLImportLinkage() ||
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1614 !(Callee->hasExternalLinkage() || Callee->hasDLLImportLinkage()))

Completed in 766 milliseconds