Searched refs:SupportsEmbeddedBitcode (Results 1 – 3 of 3) sorted by relevance
567 bool SupportsEmbeddedBitcode() const override;
372 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()2960 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin
582 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function