LLVM  8.0.1
Public Member Functions | List of all members
llvm::StandardInstrumentations Class Reference

This class provides an interface to register all the standard pass instrumentations and manages their state (if any). More...

#include "llvm/Passes/StandardInstrumentations.h"

Public Member Functions

 StandardInstrumentations ()=default
 
void registerCallbacks (PassInstrumentationCallbacks &PIC)
 

Detailed Description

This class provides an interface to register all the standard pass instrumentations and manages their state (if any).

Definition at line 59 of file StandardInstrumentations.h.

Constructor & Destructor Documentation

◆ StandardInstrumentations()

llvm::StandardInstrumentations::StandardInstrumentations ( )
default

Member Function Documentation

◆ registerCallbacks()

void StandardInstrumentations::registerCallbacks ( PassInstrumentationCallbacks PIC)

Definition at line 239 of file StandardInstrumentations.cpp.


The documentation for this class was generated from the following files: