Home
last modified time | relevance | path

Searched refs:SupportsEmbeddedBitcode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h606 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h577 bool SupportsEmbeddedBitcode() const override;
H A DDarwin.cpp383 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()
3121 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin