|
LLVM 24.0.0git
|
A registry for the auxiliary pass argument arguments. More...
#include "llvm/SandboxIR/Pass.h"
Public Member Functions | |
| AuxPassArg | createArg (StringRef Flag) |
Builder for argument with Flag. | |
| void | parse (StringRef ArgsStr) |
Parse the aux argument string ArgsStr and set the values. | |
| void | print (raw_ostream &OS) const |
| LLVM_DUMP_METHOD void | dump () const |
Friends | |
| class | AuxPassArg |
A registry for the auxiliary pass argument arguments.
This includes a builder for the pass arguments.
| AuxPassArg AuxPassArgsRegistry::createArg | ( | StringRef | Flag | ) |
| void AuxPassArgsRegistry::dump | ( | ) | const |
Definition at line 88 of file Pass.cpp.
References llvm::dbgs(), and llvm::print().
| void AuxPassArgsRegistry::parse | ( | StringRef | ArgsStr | ) |
| void AuxPassArgsRegistry::print | ( | raw_ostream & | OS | ) | const |
|
friend |
Definition at line 128 of file Pass.h.
References AuxPassArg, and LLVM_DUMP_METHOD.
Referenced by AuxPassArg, and createArg().