Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCloudABI.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DHurd.cpp120 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
H A DPS4CPU.cpp230 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in toolchains::PS4CPU
H A DOpenBSD.cpp316 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp463 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp215 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DMinGW.cpp457 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
H A DLinux.cpp326 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DDarwin.cpp822 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp633 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain