Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h824 bool hasDLLImportExport() const { return isOSWindows() || isPS4CPU(); } in hasDLLImportExport() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td377 let CustomCode = [{ Target.getTriple().hasDLLImportExport() }];