The Instrumentor pass.

Synopsis

Declared in <llvm/Transforms/IPO/Instrumentor.h>

class InstrumentorPass
    : public RequiredPassInfoMixin<InstrumentorPass>

Base Classes

Name

Description

RequiredPassInfoMixin<InstrumentorPass>

A CRTP mix‐in for passes that should not be skipped.

Member Functions

Name

Description

InstrumentorPass [constructor]

Construct an instrumentor pass.

run

Run the instrumentor over the given module.

Static Member Functions

Name

Description

isRequired

Return true; required passes cannot be skipped.

Created with MrDocs