Home
last modified time | relevance | path

Searched refs:HasNativeLLVMSupport (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DManagarm.h25 bool HasNativeLLVMSupport() const override;
H A DCuda.h158 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
193 bool HasNativeLLVMSupport() const override { return false; } in HasNativeLLVMSupport() function
H A DHaiku.h44 bool HasNativeLLVMSupport() const override;
H A DUEFI.h44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAVR.h40 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DOpenBSD.h58 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DOHOS.h25 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAIX.h70 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DSPIRV.h90 bool HasNativeLLVMSupport() const override;
H A DBareMetal.h44 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAMDGPU.h95 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DPS4CPU.h97 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DSPIRV.cpp149 bool SPIRVToolChain::HasNativeLLVMSupport() const { return NativeLLVMSupport; } in HasNativeLLVMSupport() function in SPIRVToolChain
H A DHurd.cpp128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
H A DManagarm.cpp103 bool Managarm::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Managarm
H A DHaiku.cpp280 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
H A DOpenBSD.cpp388 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp469 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp295 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DDarwin.h245 bool HasNativeLLVMSupport() const override;
H A DLinux.cpp376 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h428 virtual bool HasNativeLLVMSupport() const;

12