Searched refs:SupportsEmbeddedBitcode (Results 1 – 3 of 3) sorted by relevance
636 bool SupportsEmbeddedBitcode() const override;
381 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()3458 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin
642 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function