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

  /external/llvm/include/llvm/IR/
GlobalValue.h 222 bool hasDLLExportLinkage() const { return isDLLExportLinkage(Linkage); }
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 647 if (I->hasDLLExportLinkage())
652 if (I->hasDLLExportLinkage())
  /external/llvm/lib/Linker/
LinkModules.cpp 545 Dest->hasDLLExportLinkage() || Dest->hasExternalWeakLinkage()) &&
547 Src->hasDLLExportLinkage() || Src->hasExternalWeakLinkage()) &&
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 424 milliseconds