Apply Op to all resolver‐related values along the resolution path.

Synopsis

Declared in <llvm/IR/GlobalIFunc.h>

void
applyAlongResolverPath(function_ref<void(xref:llvm/GlobalValue.adoc[GlobalValue const&)>] Op) const;

Description

If the resolver target is already a global object, then apply the operation to it directly. If the target is a GlobalExpr or a GlobalAlias, evaluate it to its base object and apply the operation for the base object and all aliases along the path.

Parameters

Name

Description

Op

The operation to apply to each global value on the path.

Created with MrDocs