ModulePassList
struct ModulePassList : ExpressibleByArgument, Sendable
A list of IR module passes.
-
The elements in the list.
Declaration
Swift
let elements: [IR.ModulePass] -
Declaration
Swift
public init?(argument: String)
View on GitHub