Searched refs:HasNativeLLVMSupport (Results 1 – 19 of 19) sorted by relevance
25 bool HasNativeLLVMSupport() const override;
44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
57 bool HasNativeLLVMSupport() const override;
53 bool HasNativeLLVMSupport() const override;
75 bool HasNativeLLVMSupport() const override;
43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
62 bool HasNativeLLVMSupport() const override;
100 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
119 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
211 bool HasNativeLLVMSupport() const override;
411 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
424 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in toolchains::PS4CPU
427 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
465 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
160 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
698 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
313 virtual bool HasNativeLLVMSupport() const;
475 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain