Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h155 static bool isDLLImportLinkage(LinkageTypes Linkage) { in isDLLImportLinkage() function
217 bool hasDLLImportLinkage() const { return isDLLImportLinkage(Linkage); } in hasDLLImportLinkage()