|
LLVM 24.0.0git
|
This represents an auxiliary pass argument. More...
#include "llvm/SandboxIR/Pass.h"
Public Member Functions | |
| bool | get () const |
| StringRef | getFlagStr () const |
| operator bool () const | |
| bool | operator= (bool NewVal) |
| void | print (raw_ostream &OS) const |
| LLVM_DUMP_METHOD void | dump () const |
Friends | |
| class | AuxPassArgsRegistry |
This represents an auxiliary pass argument.
Its value defaults to false and gets set by AuxPassArgsRegistry::parse(). It's value is cheap to access.
| void AuxPassArg::dump | ( | ) | const |
Definition at line 38 of file Pass.cpp.
References llvm::dbgs(), and llvm::print().
| bool AuxPassArg::get | ( | ) | const |
Definition at line 26 of file Pass.cpp.
Referenced by operator bool().
| llvm::StringRef AuxPassArg::getFlagStr | ( | ) | const |
|
inline |
| void AuxPassArg::print | ( | raw_ostream & | OS | ) | const |
|
friend |
Definition at line 104 of file Pass.h.
References AuxPassArgsRegistry.
Referenced by AuxPassArgsRegistry.