LLVM 22.0.0git
llvm::GCOVProfilerPass Class Reference

The gcov-style instrumentation pass. More...

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

Inheritance diagram for llvm::GCOVProfilerPass:
[legend]

Public Member Functions

 GCOVProfilerPass (const GCOVOptions &Options=GCOVOptions::getDefault(), IntrusiveRefCntPtr< vfs::FileSystem > VFS=vfs::getRealFileSystem())
LLVM_ABI PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< GCOVProfilerPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

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.

Detailed Description

The gcov-style instrumentation pass.

Definition at line 22 of file GCOVProfiler.h.

Constructor & Destructor Documentation

◆ GCOVProfilerPass()

llvm::GCOVProfilerPass::GCOVProfilerPass ( const GCOVOptions & Options = GCOVOptions::getDefault(),
IntrusiveRefCntPtr< vfs::FileSystem > VFS = vfs::getRealFileSystem() )
inline

Member Function Documentation

◆ run()


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