Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h541 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h530 bool SupportsEmbeddedBitcode() const override;
H A DDarwin.cpp370 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()
2650 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin