Constructors
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...
| Name | Description |
|---|---|
| Args | Unused source object; copy construction is deleted. |