Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DToolChains.h251 bool HasNativeLLVMSupport() const override;
569 bool HasNativeLLVMSupport() const override;
647 bool HasNativeLLVMSupport() const override;
H A DToolChain.cpp185 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
H A DToolChains.cpp88 bool MachO::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in MachO
2511 bool FreeBSD::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in FreeBSD
3201 bool Linux::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in Linux
H A DTools.cpp198 if (!TC.HasNativeLLVMSupport()) { in AddLinkerInputs()
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h177 virtual bool HasNativeLLVMSupport() const;