Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.h24 bool HasNativeLLVMSupport() const override;
H A DHaiku.h44 bool HasNativeLLVMSupport() const override;
H A DAVR.h39 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DOpenBSD.h58 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DOHOS.h25 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DWebAssembly.h52 bool HasNativeLLVMSupport() const override;
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 DMinGW.h67 bool HasNativeLLVMSupport() const override;
H A DAMDGPU.h93 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
H A DPS4CPU.h79 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
H A DHurd.cpp128 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
H A DHaiku.cpp279 bool Haiku::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Haiku
H A DOpenBSD.cpp393 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
H A DFreeBSD.cpp469 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
H A DWebAssembly.cpp266 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
H A DDarwin.h232 bool HasNativeLLVMSupport() const override;
H A DLinux.cpp361 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
H A DMinGW.cpp568 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
H A DCommonArgs.cpp418 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h413 virtual bool HasNativeLLVMSupport() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp923 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain

12