Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h972 bool hasDLLImportExport() const { return isOSWindows() || isPS(); } in hasDLLImportExport() function
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td415 let CustomCode = [{ Target.getTriple().hasDLLImportExport() }];