This function should return true if the type of the AA is AAIndirectCallInfo.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

static
bool
classof(AbstractAttribute const* AA);

Return Value

True if AA is a AAIndirectCallInfo.

Parameters

Name

Description

AA

The abstract attribute to inspect.

Created with MrDocs