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

/external/clang/include/clang/Driver/
H A DToolChain.h176 virtual bool HasNativeLLVMSupport() const;
/external/clang/lib/Driver/
H A DToolChains.h250 bool HasNativeLLVMSupport() const override;
578 bool HasNativeLLVMSupport() const override;
655 bool HasNativeLLVMSupport() const override;
H A DToolChain.cpp179 bool ToolChain::HasNativeLLVMSupport() const { function in class:ToolChain
H A DToolChains.cpp88 bool MachO::HasNativeLLVMSupport() const { function in class:MachO
2639 bool FreeBSD::HasNativeLLVMSupport() const { function in class:FreeBSD
3241 bool Linux::HasNativeLLVMSupport() const { function in class:Linux
H A DTools.cpp180 if (!TC.HasNativeLLVMSupport()) {

Completed in 98 milliseconds