Searched refs:hasDLLExportLinkage (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/
H A DGlobalValue.h218 bool hasDLLExportLinkage() const { return isDLLExportLinkage(Linkage); } function in class:llvm::GlobalValue
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp607 if (I->hasDLLExportLinkage())
612 if (I->hasDLLExportLinkage())
/external/llvm/lib/Linker/
H A DLinkModules.cpp497 Dest->hasDLLExportLinkage() || Dest->hasExternalWeakLinkage()) &&
499 Src->hasDLLExportLinkage() || Src->hasExternalWeakLinkage()) &&
/external/llvm/lib/Target/CBackend/
H A DCBackend.cpp1865 else if (I->hasDLLExportLinkage())
2110 if (F->hasDLLExportLinkage()) Out << "__declspec(dllexport) ";
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1013 GVEntry->hasDLLExportLinkage())

Completed in 63 milliseconds