Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h251 bool HasNativeLLVMSupport() const override;
518 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
597 bool HasNativeLLVMSupport() const override;
663 bool HasNativeLLVMSupport() const override;
DToolChain.cpp218 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
DToolChains.cpp88 bool MachO::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in MachO
2695 bool FreeBSD::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in FreeBSD
3287 bool Linux::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in Linux
DTools.cpp203 if (!TC.HasNativeLLVMSupport()) { in AddLinkerInputs()
/external/clang/include/clang/Driver/
DToolChain.h193 virtual bool HasNativeLLVMSupport() const;