| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.h | 24 bool HasNativeLLVMSupport() const override;
|
| H A D | Haiku.h | 44 bool HasNativeLLVMSupport() const override;
|
| H A D | AVR.h | 39 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | Linux.h | 24 bool HasNativeLLVMSupport() const override;
|
| H A D | OpenBSD.h | 58 bool HasNativeLLVMSupport() const override;
|
| H A D | FreeBSD.h | 56 bool HasNativeLLVMSupport() const override;
|
| H A D | OHOS.h | 25 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | WebAssembly.h | 52 bool HasNativeLLVMSupport() const override;
|
| H A D | AIX.h | 70 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | BareMetal.h | 41 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | Fuchsia.h | 57 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | MinGW.h | 67 bool HasNativeLLVMSupport() const override;
|
| H A D | AMDGPU.h | 93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
|
| H A D | PS4CPU.h | 79 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | Hurd.cpp | 128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
|
| H A D | Haiku.cpp | 279 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
|
| H A D | OpenBSD.cpp | 393 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
|
| H A D | FreeBSD.cpp | 469 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
|
| H A D | WebAssembly.cpp | 266 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
|
| H A D | Darwin.h | 232 bool HasNativeLLVMSupport() const override;
|
| H A D | Linux.cpp | 361 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
|
| H A D | MinGW.cpp | 568 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
|
| H A D | CommonArgs.cpp | 418 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 413 virtual bool HasNativeLLVMSupport() const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 923 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
|