Home
last modified time | relevance | path

Searched defs:HasNativeLLVMSupport (Results 1 – 17 of 17) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
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 DAVR.h39 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
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 DBareMetal.h41 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DFuchsia.h57 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DHaiku.cpp282 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
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 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 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
H A DDarwin.cpp946 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp969 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain