Home
last modified time | relevance | path

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

/freebsd/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 DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DOHOS.h25 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DAIX.h70 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DPS4CPU.h97 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DHaiku.cpp282 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
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 DDarwin.h239 bool HasNativeLLVMSupport() const override;
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 DCommonArgs.cpp467 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
H A DDarwin.cpp946 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h424 virtual bool HasNativeLLVMSupport() const;
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp969 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain