addAnnotationMetadata overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Add an !annotation metadata node with Annotation.

void
addAnnotationMetadata(StringRef Annotation);

Add an !annotation metadata node with an array of Annotations.

Parameters

Name

Description

Annotation

The annotation string to add.

Annotations

The annotation strings to add as a tuple.

Created with MrDocs