Searched refs:SupportsEmbeddedBitcode (Results 1 – 3 of 3) sorted by relevance
594 bool SupportsEmbeddedBitcode() const override;
383 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()3216 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin
620 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function