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

struct MetadataNodeValue {
LxMetadataNodeValue value;
}

Alias This

value

Members

Functions

countOperands
auto countOperands()

Obtain the number of operands.

operands
OperandsValue operands()

Obtain the given MDNode's operands.

Meta