| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.h | 24 bool HasNativeLLVMSupport() const override;
|
| H A D | Managarm.h | 25 bool HasNativeLLVMSupport() const override;
|
| H A D | Cuda.h | 158 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function 193 bool HasNativeLLVMSupport() const override { return false; } in HasNativeLLVMSupport() function
|
| H A D | Haiku.h | 44 bool HasNativeLLVMSupport() const override;
|
| H A D | UEFI.h | 44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | AVR.h | 40 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 | AIX.h | 70 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | SPIRV.h | 90 bool HasNativeLLVMSupport() const override;
|
| H A D | BareMetal.h | 44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | AMDGPU.h | 95 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
|
| H A D | PS4CPU.h | 97 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
|
| H A D | SPIRV.cpp | 149 bool SPIRVToolChain::HasNativeLLVMSupport() const { return NativeLLVMSupport; } in HasNativeLLVMSupport() function in SPIRVToolChain
|
| H A D | Hurd.cpp | 128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
|
| H A D | Managarm.cpp | 103 bool Managarm::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Managarm
|
| H A D | Haiku.cpp | 280 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
|
| H A D | OpenBSD.cpp | 388 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 | 295 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
|
| H A D | Darwin.h | 245 bool HasNativeLLVMSupport() const override;
|
| H A D | Linux.cpp | 376 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 428 virtual bool HasNativeLLVMSupport() const;
|