LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::SafepointIRVerifierPass Class Reference

Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs. More...

#include "llvm/IR/SafepointIRVerifier.h"

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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Create an instance of the safepoint verifier pass which can be added to a pass pipeline to check for relocation bugs.

Definition at line 37 of file SafepointIRVerifier.h.

Constructor & Destructor Documentation

◆ SafepointIRVerifierPass()

llvm::SafepointIRVerifierPass::SafepointIRVerifierPass ( )
explicitdefault

Member Function Documentation

◆ isRequired()

static bool llvm::SafepointIRVerifierPass::isRequired ( )
inlinestatic

Definition at line 44 of file SafepointIRVerifier.h.

◆ run()

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

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