Home
last modified time | relevance | path

Searched refs:isDLLExportLinkage (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
DGlobalValue.h157 static bool isDLLExportLinkage(LinkageTypes Linkage) { in isDLLExportLinkage() function
222 bool hasDLLExportLinkage() const { return isDLLExportLinkage(Linkage); } in hasDLLExportLinkage()