Return the resolver function after peeling off potential ConstantExpr indirection.

Synopses

Declared in <llvm/IR/GlobalIFunc.h>

Return the resolver function after peeling off potential ConstantExpr indirection.

Function const*
getResolverFunction() const;

Return the resolver function after peeling off potential ConstantExpr indirection.

Return Value

The resolver function, or null if it cannot be resolved.

Created with MrDocs