LLVM 20.0.0git
|
#include "llvm/Analysis/Lint.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
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. | |
PreservedAnalyses LintPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 694 of file Lint.cpp.
References llvm::PreservedAnalyses::all(), llvm::dbgs(), DL, F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), LintAbortOnError, LintAbortOnErrorArgName, llvm::Mod, and llvm::report_fatal_error().
Referenced by llvm::lintFunction().