Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDToolChains.h253 bool HasNativeLLVMSupport() const override;
496 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
608 bool HasNativeLLVMSupport() const override;
674 bool HasNativeLLVMSupport() const override;
HDToolChain.cpp220 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
HDToolChains.cpp64 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
2683 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
3299 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
HDTools.cpp202 if (!TC.HasNativeLLVMSupport()) { in AddLinkerInputs()
/NextBSD/contrib/llvm/tools/clang/include/clang/Driver/
HDToolChain.h197 virtual bool HasNativeLLVMSupport() const;