Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DCloudABI.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DWebAssembly.h53 bool HasNativeLLVMSupport() const override;
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DOpenBSD.h58 bool HasNativeLLVMSupport() const override;
H A DPS4CPU.h74 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DMinGW.h63 bool HasNativeLLVMSupport() const override;
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { 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.cpp323 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DWebAssembly.cpp215 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DDarwin.h208 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.cpp466 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DMinGW.cpp461 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
H A DLinux.cpp325 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DCommonArgs.cpp247 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DDarwin.cpp823 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h367 virtual bool HasNativeLLVMSupport() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp636 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain