Add captures attribute.

Synopsis

Declared in <llvm/IR/Attributes.h>

AttrBuilder&
addCapturesAttr(CaptureInfo CI);

Return Value

A reference to this builder.

Parameters

Name

Description

CI

Capture information to encode.

Created with MrDocs