llvm_hiwrap.value.metadata

Members

Structs

MetadataNodeValue
struct MetadataNodeValue

Correspond to an unnamed metadata node.

MetadataStringValue
struct MetadataStringValue

Obtained from a Context.

NamedMetadataValue
struct NamedMetadataValue

Example of a named metadata node: !foo = !{!4, !3}

OperandsValue
struct OperandsValue
Undocumented in source.
OperandsValue2
struct OperandsValue2

It is statically known that the operands are all MDNode's wrapping values because this is derived from a named metadata.

ResolvedNamedMetadataValue
struct ResolvedNamedMetadataValue

Correspond to a named metadata node where the operands are resolved.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)