Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCloudABI.h43 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.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DPS4CPU.h76 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 DOpenBSD.cpp368 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp461 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp219 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DLinux.cpp333 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DMinGW.cpp547 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
H A DDarwin.cpp908 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp737 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain