AttachedMetadata
public class AttachedMetadata
Represents a sequence of metadata entries attached to a global value that are uniqued by kind.
-
Metadata kinds that are known to LLVM.
See moreDeclaration
Swift
public enum PinnedKind : UInt32
-
Represents an entry in the module flags structure.
See moreDeclaration
Swift
public struct Entry
-
Retrieves a flag at the given index.
Declaration
Swift
public subscript(index: Int) -> Entry { get }
Parameters
index
The index to retrieve.
Return Value
An entry describing the flag at the given index.
-
Returns the number of metadata entries.
Declaration
Swift
public var count: Int { get }