Searched refs:HasNativeLLVMSupport (Results 1 – 22 of 22) sorted by relevance
24 bool HasNativeLLVMSupport() const override;
43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
58 bool HasNativeLLVMSupport() const override;
53 bool HasNativeLLVMSupport() const override;
74 bool HasNativeLLVMSupport() const override;
56 bool HasNativeLLVMSupport() const override;
63 bool HasNativeLLVMSupport() const override;
93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
120 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
316 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
230 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in toolchains::PS4CPU
215 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
211 bool HasNativeLLVMSupport() const override;
463 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
457 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
326 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
247 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
822 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
367 virtual bool HasNativeLLVMSupport() const;
633 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain