llvm::PassInstrumentationCallbacks::PassInstrumentationCallbacks

Constructors

Synopses

Declared in <llvm/IR/PassInstrumentation.h>

Construct an empty callback registry.

constexpr
PassInstrumentationCallbacks() = default;
» more...

Copying PassInstrumentationCallbacks is not intended.

PassInstrumentationCallbacks(PassInstrumentationCallbacks const& Args) = delete;
» more...

Parameters

NameDescription
ArgsUnused source object; copy construction is deleted.