MetadataNodeValue

Correspond to an unnamed metadata node.

Example of a node: !0 = !{!"test\00", i32 10}

For the composite nodes (DICompositeType) types. See: https://llvm.org/docs/LangRef.html#metadata

Alias This

value

Members

Functions

countOperands
auto countOperands()

Obtain the number of operands.

operands
OperandsValue operands()

Obtain the given MDNode's operands.

Variables

value
LxMetadataNodeValue value;
Undocumented in source.

Meta