LLVM 22.0.0git
llvm::LintPass Class Reference

#include "llvm/Analysis/Lint.h"

Inheritance diagram for llvm::LintPass:
[legend]

Public Member Functions

 LintPass (bool AbortOnError)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
Public Member Functions inherited from llvm::PassInfoMixin< LintPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Definition at line 37 of file Lint.h.

Constructor & Destructor Documentation

◆ LintPass()

llvm::LintPass::LintPass ( bool AbortOnError)
inline

Definition at line 41 of file Lint.h.

Member Function Documentation

◆ printPipeline()

void LintPass::printPipeline ( raw_ostream & OS,
function_ref< StringRef(StringRef)> MapClassName2PassName )

Definition at line 737 of file Lint.cpp.

References llvm::PassInfoMixin< DerivedT >::printPipeline().

◆ run()


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