lookupPassInfo overloads
Synopses
Declared in <llvm/Pass.h>
Look up registered pass metadata by command‐line argument.
static
PassInfo const*
lookupPassInfo(StringRef Arg);
Look up registered pass metadata by type identity.
static
PassInfo const*
lookupPassInfo(void const* TI);
Return Value
-
The PassInfo for that argument, or null if it is not known.
-
The PassInfo for that class, or null if it is not known.
Parameters
Name |
Description |
Arg |
Command‐line argument that selects the pass. |
TI |
Type‐info pointer identifying the pass class. |
Created with MrDocs