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

  /external/llvm/include/llvm/
GlobalValue.h 218 bool hasDLLExportLinkage() const { return isDLLExportLinkage(Linkage); }
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 607 if (I->hasDLLExportLinkage())
612 if (I->hasDLLExportLinkage())
  /external/llvm/lib/Linker/
LinkModules.cpp 497 Dest->hasDLLExportLinkage() || Dest->hasExternalWeakLinkage()) &&
499 Src->hasDLLExportLinkage() || Src->hasExternalWeakLinkage()) &&
    [all...]
  /external/llvm/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 66 milliseconds