Look up registered pass metadata by command‐line argument.

Synopsis

Declared in <llvm/Pass.h>

static
PassInfo const*
lookupPassInfo(StringRef Arg);

Return Value

The PassInfo for that argument, or null if it is not known.

Parameters

Name

Description

Arg

Command‐line argument that selects the pass.

Created with MrDocs