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

/freebsd-12-stable/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; }
H A DLinux.h24 bool HasNativeLLVMSupport() const override;
H A DPS4CPU.h74 bool HasNativeLLVMSupport() const override;
H A DWebAssembly.h54 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
H A DFuchsia.h42 bool HasNativeLLVMSupport() const override { return true; }
H A DMinGW.h62 bool HasNativeLLVMSupport() const override;
H A DHurd.cpp102 bool Hurd::HasNativeLLVMSupport() const { return true; } function in class:Hurd
H A DWebAssembly.cpp177 bool WebAssembly::HasNativeLLVMSupport() const { return true; } function in class:WebAssembly
H A DDarwin.h215 bool HasNativeLLVMSupport() const override;
H A DFreeBSD.cpp447 bool FreeBSD::HasNativeLLVMSupport() const { return true; } function in class:FreeBSD
H A DMinGW.cpp440 bool toolchains::MinGW::HasNativeLLVMSupport() const { function in class:toolchains::MinGW
H A DPS4CPU.cpp423 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } function in class:toolchains::PS4CPU
H A DLinux.cpp463 bool Linux::HasNativeLLVMSupport() const { return true; } function in class:Linux
H A DCommonArgs.cpp164 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType()))
H A DDarwin.cpp753 bool MachO::HasNativeLLVMSupport() const { return true; } function in class:MachO
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h326 virtual bool HasNativeLLVMSupport() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp564 bool ToolChain::HasNativeLLVMSupport() const { function in class:ToolChain

Completed in 125 milliseconds