Searched refs:SupportsEmbeddedBitcode (Results 1 – 3 of 3) sorted by relevance
515 bool SupportsEmbeddedBitcode() const override;
366 if (MachOTC.SupportsEmbeddedBitcode()) { in AddLinkArgs()2589 bool Darwin::SupportsEmbeddedBitcode() const { in SupportsEmbeddedBitcode() function in Darwin
537 virtual bool SupportsEmbeddedBitcode() const { return false; } in SupportsEmbeddedBitcode() function