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

  /external/llvm/include/llvm/IR/
GlobalValue.h 222 bool hasDLLImportLinkage() const { return isDLLImportLinkage(Linkage); }
  /external/llvm/lib/Linker/
LinkModules.cpp 547 if (Src->hasDLLImportLinkage()) {
561 } else if (DestIsDeclaration && !Dest->hasDLLImportLinkage()) {
588 assert((Dest->hasExternalLinkage() || Dest->hasDLLImportLinkage() ||
590 (Src->hasExternalLinkage() || Src->hasDLLImportLinkage() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 58 if (GV->hasDLLImportLinkage())
X86FastISel.cpp 651 if (GV->hasDLLImportLinkage())
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 412 GV.hasDLLImportLinkage() ||
419 Assert1(!GV.hasDLLImportLinkage() || GV.isDeclaration(),
451 Assert1(GV.hasExternalLinkage() || GV.hasDLLImportLinkage() ||
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 204 milliseconds