LLVM 22.0.0git
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:
[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

References F.

Member Function Documentation

◆ isRequired()

bool llvm::SafepointIRVerifierPass::isRequired ( )
inlinestatic

Definition at line 44 of file SafepointIRVerifier.h.

◆ run()


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