Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h321 bool HasNativeLLVMSupport() const override;
622 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
756 bool HasNativeLLVMSupport() const override;
828 bool HasNativeLLVMSupport() const override;
1181 bool HasNativeLLVMSupport() const override;
1203 bool HasNativeLLVMSupport() const override;
DToolChain.cpp377 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
DToolChains.cpp67 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
3536 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
4221 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
5031 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
5132 bool PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in PS4CPU
DTools.cpp244 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
/external/clang/include/clang/Driver/
DToolChain.h218 virtual bool HasNativeLLVMSupport() const;