Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DCuda.h158 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
196 bool HasNativeLLVMSupport() const override { return false; } in HasNativeLLVMSupport() function
H A DHaiku.h44 bool HasNativeLLVMSupport() const override;
H A DAVR.h39 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 DWebAssembly.h52 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 DFuchsia.h57 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DBareMetal.h41 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DMinGW.h67 bool HasNativeLLVMSupport() const override;
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DPS4CPU.h97 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DHurd.cpp128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
H A DHaiku.cpp282 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
H A DOpenBSD.cpp397 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp474 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp268 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DDarwin.h239 bool HasNativeLLVMSupport() const override;
H A DLinux.cpp372 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DMinGW.cpp571 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h424 virtual bool HasNativeLLVMSupport() const;
/src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp969 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain

12