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

The gcov-style instrumentation pass. More...

#include "llvm/Transforms/Instrumentation/GCOVProfiler.h"

Inheritance diagram for llvm::GCOVProfilerPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::GCOVProfilerPass:
Collaboration graph
[legend]

Public Member Functions

 GCOVProfilerPass (const GCOVOptions &Options=GCOVOptions::getDefault())
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< GCOVProfilerPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

The gcov-style instrumentation pass.

Definition at line 21 of file GCOVProfiler.h.

Constructor & Destructor Documentation

◆ GCOVProfilerPass()

llvm::GCOVProfilerPass::GCOVProfilerPass ( const GCOVOptions Options = GCOVOptions::getDefault())
inline

Definition at line 23 of file GCOVProfiler.h.

References run().

Member Function Documentation

◆ run()

PreservedAnalyses GCOVProfilerPass::run ( Module M,
ModuleAnalysisManager AM 
)

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