LLVM API Documentation
Result proxy object for ModuleAnalysisManagerCGSCCProxy
.
More...
#include <CGSCCPassManager.h>
Public Member Functions | |
Result (const ModuleAnalysisManager &MAM) | |
Result (const Result &Arg) | |
Result (Result &&Arg) | |
Result & | operator= (Result RHS) |
const ModuleAnalysisManager & | getManager () const |
bool | invalidate (LazyCallGraph::SCC *) |
Handle invalidation by ignoring it, this pass is immutable. |
Result proxy object for ModuleAnalysisManagerCGSCCProxy
.
Definition at line 245 of file CGSCCPassManager.h.
llvm::ModuleAnalysisManagerCGSCCProxy::Result::Result | ( | const ModuleAnalysisManager & | MAM | ) | [inline, explicit] |
Definition at line 247 of file CGSCCPassManager.h.
llvm::ModuleAnalysisManagerCGSCCProxy::Result::Result | ( | const Result & | Arg | ) | [inline] |
Definition at line 250 of file CGSCCPassManager.h.
llvm::ModuleAnalysisManagerCGSCCProxy::Result::Result | ( | Result && | Arg | ) | [inline] |
Definition at line 251 of file CGSCCPassManager.h.
const ModuleAnalysisManager& llvm::ModuleAnalysisManagerCGSCCProxy::Result::getManager | ( | ) | const [inline] |
Definition at line 257 of file CGSCCPassManager.h.
Handle invalidation by ignoring it, this pass is immutable.
Definition at line 260 of file CGSCCPassManager.h.
Definition at line 252 of file CGSCCPassManager.h.
References std::swap().