LLVMValueMetadataEntry

Type Alias LLVMValueMetadataEntry 

Source
pub type LLVMValueMetadataEntry = LLVMOpaqueValueMetadataEntry;
Expand description

Represents an entry in a Global Object’s metadata attachments.

This models std::pair<unsigned, MDNode *>

Aliased Type§

pub struct LLVMValueMetadataEntry { /* private fields */ }