pub type LLVMValueMetadataEntry = LLVMOpaqueValueMetadataEntry;
Expand description
Represents an entry in a Global Object’s metadata attachments.
This models std::pair<unsigned, MDNode *>
Aliased Type§
struct LLVMValueMetadataEntry { /* private fields */ }