Constructors

Synopses

Declared in <llvm/Target/RegisterTargetPassConfigCallback.h>

Copy construction is deleted; each registration owns a unique slot.

Register C in the global TargetPassConfig callback list.

Parameters

Name

Description

RHS

Unused; copy construction is not supported.

C

Callback moved into this object and invoked later.

Created with MrDocs