Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1096 bool hasDLLImportExport() const { return isOSWindows() || isPS(); } in hasDLLImportExport() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td466 let CustomCode = [{ Target.getTriple().hasDLLImportExport() }];