Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Driver/ToolChains/
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; } HasNativeLLVMSupport() function in Haiku
H A DPS4CPU.h79 bool HasNativeLLVMSupport() const override { return true; } 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; } HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp474 bool FreeBSD::HasNativeLLVMSupport() const { return true; } HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp268 bool WebAssembly::HasNativeLLVMSupport() const { return true; } HasNativeLLVMSupport() function in WebAssembly
H A DLinux.cpp369 bool Linux::HasNativeLLVMSupport() const { return true; } HasNativeLLVMSupport() function in Linux
H A DMinGW.cpp571 bool toolchains::MinGW::HasNativeLLVMSupport() const { HasNativeLLVMSupport() function in toolchains::MinGW
H A DDarwin.cpp946 bool MachO::HasNativeLLVMSupport() const { return true; } HasNativeLLVMSupport() function in MachO
/llvm-project/clang/lib/Driver/
H A DToolChain.cpp965 bool ToolChain::HasNativeLLVMSupport() const { HasNativeLLVMSupport() function in ToolChain