LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PoisonCheckingPass Struct Reference

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

Inheritance diagram for llvm::PoisonCheckingPass:
Inheritance graph
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< PoisonCheckingPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Additional Inherited Members

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

Detailed Description

Definition at line 16 of file PoisonChecking.h.

Member Function Documentation

◆ run() [1/2]

PreservedAnalyses PoisonCheckingPass::run ( Function F,
FunctionAnalysisManager AM 
)

◆ run() [2/2]

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

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