Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Driver/ToolChains/
DHurd.h24 bool HasNativeLLVMSupport() const override;
DCloudABI.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
DWebAssembly.h53 bool HasNativeLLVMSupport() const override;
DOpenBSD.h58 bool HasNativeLLVMSupport() const override;
DLinux.h24 bool HasNativeLLVMSupport() const override;
DFuchsia.h43 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
DPS4CPU.h74 bool HasNativeLLVMSupport() const override;
DFreeBSD.h56 bool HasNativeLLVMSupport() const override;
DAMDGPU.h86 bool HasNativeLLVMSupport() const override { in HasNativeLLVMSupport() function
DMinGW.h63 bool HasNativeLLVMSupport() const override;
DHurd.cpp120 bool Hurd::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Hurd
DOpenBSD.cpp315 bool OpenBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in OpenBSD
DPS4CPU.cpp230 bool toolchains::PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in toolchains::PS4CPU
DWebAssembly.cpp205 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
DDarwin.h211 bool HasNativeLLVMSupport() const override;
DFreeBSD.cpp456 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
DMinGW.cpp457 bool toolchains::MinGW::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in toolchains::MinGW
DLinux.cpp363 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
DCommonArgs.cpp246 if (!TC.HasNativeLLVMSupport() && types::isLLVMIR(II.getType())) in AddLinkerInputs()
/external/clang/lib/Driver/
DToolChains.h321 bool HasNativeLLVMSupport() const override;
622 bool HasNativeLLVMSupport() const override { return true; } in HasNativeLLVMSupport() function
756 bool HasNativeLLVMSupport() const override;
828 bool HasNativeLLVMSupport() const override;
1181 bool HasNativeLLVMSupport() const override;
1203 bool HasNativeLLVMSupport() const override;
DToolChain.cpp377 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain
DToolChains.cpp67 bool MachO::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in MachO
3536 bool FreeBSD::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in FreeBSD
4221 bool Linux::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in Linux
5031 bool WebAssembly::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in WebAssembly
5132 bool PS4CPU::HasNativeLLVMSupport() const { return true; } in HasNativeLLVMSupport() function in PS4CPU
/external/clang/include/clang/Driver/
DToolChain.h218 virtual bool HasNativeLLVMSupport() const;
/external/llvm-project/clang/include/clang/Driver/
DToolChain.h357 virtual bool HasNativeLLVMSupport() const;
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp644 bool ToolChain::HasNativeLLVMSupport() const { in HasNativeLLVMSupport() function in ToolChain

12