Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkArchives.cpp53 assert(!I->hasDLLImportLinkage() in GetAllUndefinedSymbols()
65 assert(!I->hasDLLImportLinkage() in GetAllUndefinedSymbols()
DLinkModules.cpp455 if (Src->hasDLLImportLinkage()) { in getLinkageResult()
469 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) { in getLinkageResult()
496 assert((Dest->hasExternalLinkage() || Dest->hasDLLImportLinkage() || in getLinkageResult()
498 (Src->hasExternalLinkage() || Src->hasDLLImportLinkage() || in getLinkageResult()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h217 bool hasDLLImportLinkage() const { return isDLLImportLinkage(Linkage); } in hasDLLImportLinkage() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp58 if (GV->hasDLLImportLinkage()) in ClassifyGlobalReference()
DX86FastISel.cpp627 if (GV->hasDLLImportLinkage()) in X86SelectCallAddress()
DX86ISelLowering.cpp2330 if (!GV->hasDLLImportLinkage()) { in LowerCall()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp389 GV.hasDLLImportLinkage() || in visitGlobalValue()
396 Assert1(!GV.hasDLLImportLinkage() || GV.isDeclaration(), in visitGlobalValue()
428 Assert1(GV.hasExternalLinkage() || GV.hasDLLImportLinkage() || in visitGlobalVariable()
696 Assert1(F.hasExternalLinkage() || F.hasDLLImportLinkage() || in visitFunction()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1750 else if (I->hasDLLImportLinkage()) in doInitialization()
1863 else if (I->hasDLLImportLinkage()) in doInitialization()
2109 if (F->hasDLLImportLinkage()) Out << "__declspec(dllimport) "; in printFunctionSignature()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp1012 GVEntry->hasDLLImportLinkage() || in emitGlobals()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1614 !(Callee->hasExternalLinkage() || Callee->hasDLLImportLinkage())) in runOnFunction()