The Instrumentor pass.
Synopsis
Declared in <llvm/Transforms/IPO/Instrumentor.h>
class InstrumentorPass
: public RequiredPassInfoMixin<InstrumentorPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that should not be skipped. |
Member Functions
Name |
Description |
|
Construct an instrumentor pass. |
Run the instrumentor over the given module. |
Static Member Functions
Name |
Description |
Return true; required passes cannot be skipped. |
Created with MrDocs