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
- public SafepointIRVerifierPass()
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & AM)
Methods
¶SafepointIRVerifierPass()
SafepointIRVerifierPass()
Declared at: llvm/include/llvm/IR/SafepointIRVerifier.h:40
¶llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& AM)
Declared at: llvm/include/llvm/IR/SafepointIRVerifier.h:42