class SafepointIRVerifierPass

Declaration

class SafepointIRVerifierPass : public PassInfoMixin { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/IR/SafepointIRVerifier.h:37

Inherits from: PassInfoMixin

Method Overview

Methods

SafepointIRVerifierPass()

Declared at: llvm/include/llvm/IR/SafepointIRVerifier.h:40

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

Declared at: llvm/include/llvm/IR/SafepointIRVerifier.h:42

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& AM