BitcodeEmbeddingMode
An enum class representing different modes of embedding LLVM IR bitcode in a binary.
Bitcode is used in Apple's platforms to defer part of the compilation process to the device where the application is running. These options allow control over whether bitcode should be included in the binary and how it should be embedded.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.