LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::EntryExitInstrumenterPass Struct Reference

#include "llvm/Transforms/Utils/EntryExitInstrumenter.h"

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

Public Member Functions

 EntryExitInstrumenterPass (bool PostInlining)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 

Public Attributes

bool PostInlining
 

Additional Inherited Members

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

Detailed Description

Definition at line 25 of file EntryExitInstrumenter.h.

Constructor & Destructor Documentation

◆ EntryExitInstrumenterPass()

llvm::EntryExitInstrumenterPass::EntryExitInstrumenterPass ( bool  PostInlining)
inline

Definition at line 27 of file EntryExitInstrumenter.h.

References F(), and run().

Member Function Documentation

◆ run()

PreservedAnalyses llvm::EntryExitInstrumenterPass::run ( Function F,
FunctionAnalysisManager AM 
)

Member Data Documentation

◆ PostInlining

bool llvm::EntryExitInstrumenterPass::PostInlining

Definition at line 31 of file EntryExitInstrumenter.h.


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