HomeSort by relevance Sort by last modified time
    Searched refs:hasDLLImportLinkage (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkArchives.cpp 53 assert(!I->hasDLLImportLinkage()
65 assert(!I->hasDLLImportLinkage()
LinkModules.cpp 455 if (Src->hasDLLImportLinkage()) {
469 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) {
496 assert((Dest->hasExternalLinkage() || Dest->hasDLLImportLinkage() ||
498 (Src->hasExternalLinkage() || Src->hasDLLImportLinkage() ||
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 217 bool hasDLLImportLinkage() const { return isDLLImportLinkage(Linkage); }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 58 if (GV->hasDLLImportLinkage())
X86FastISel.cpp 627 if (GV->hasDLLImportLinkage())
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 389 GV.hasDLLImportLinkage() ||
396 Assert1(!GV.hasDLLImportLinkage() || GV.isDeclaration(),
428 Assert1(GV.hasExternalLinkage() || GV.hasDLLImportLinkage() ||
696 Assert1(F.hasExternalLinkage() || F.hasDLLImportLinkage() ||
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]

Completed in 4817 milliseconds