Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h158 static bool isDLLExportLinkage(LinkageTypes Linkage) { in isDLLExportLinkage() function
218 bool hasDLLExportLinkage() const { return isDLLExportLinkage(Linkage); } in hasDLLExportLinkage()