Result of a PointerMayBeCaptured query, which includes the captured components for both the case where return is considered a capture, and where it isn't.

Synopsis

Declared in <llvm/Analysis/CaptureTracking.h>

struct CaptureResult;

Data Members

Name

Description

WithRet

Captured components including return captures.

WithoutRet

Captured components excluding return captures.

Non-Member Functions

Name

Description

PointerMayBeCaptured

Return which components of the pointer may be captured.

Created with MrDocs