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

Synopsis

Declared in <llvm/Target/RegisterTargetPassConfigCallback.h>

RegisterTargetPassConfigCallback(RegisterTargetPassConfigCallback const& RHS) = delete;

Parameters

Name

Description

RHS

Unused; copy construction is not supported.

Created with MrDocs