Constructors
Synopses
Declared in <llvm/Target/RegisterTargetPassConfigCallback.h>
Copy construction is deleted; each registration owns a unique slot.
RegisterTargetPassConfigCallback(RegisterTargetPassConfigCallback const& RHS) = delete;
Register C in the global TargetPassConfig callback list.
explicit
RegisterTargetPassConfigCallback(PassConfigCallback&& C);
Parameters
Name |
Description |
RHS |
Unused; copy construction is not supported. |
C |
Callback moved into this object and invoked later. |
Created with MrDocs