Searched refs:HasNativeLLVMSupport (Results 1 – 19 of 19) sorted by relevance
158 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function196 bool HasNativeLLVMSupport() const override { return false; } in HasNativeLLVMSupport() function
24 bool HasNativeLLVMSupport() const override;
25 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
56 bool HasNativeLLVMSupport() const override;
70 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
97 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
282 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
397 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
474 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
239 bool HasNativeLLVMSupport() const override;
268 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
372 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
571 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
467 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
946 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
424 virtual bool HasNativeLLVMSupport() const;
969 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain