LLVM 20.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
VerifyInstrumentation (bool DebugLogging) | |
void | registerCallbacks (PassInstrumentationCallbacks &PIC, ModuleAnalysisManager *MAM) |
Definition at line 459 of file StandardInstrumentations.h.
|
inline |
Definition at line 463 of file StandardInstrumentations.h.
void VerifyInstrumentation::registerCallbacks | ( | PassInstrumentationCallbacks & | PIC, |
ModuleAnalysisManager * | MAM | ||
) |
Definition at line 1453 of file StandardInstrumentations.cpp.
References llvm::CallingConv::C, llvm::dbgs(), llvm::errs(), F, llvm::formatv(), llvm::MachineFunction::getFunction(), llvm::MachineFunction::getName(), llvm::GlobalValue::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), IR, MAM, P, PIC, llvm::PassInstrumentationCallbacks::registerAfterPassCallback(), llvm::report_fatal_error(), Verifier, llvm::verifyFunction(), llvm::verifyMachineFunction(), and llvm::verifyModule().
Referenced by llvm::StandardInstrumentations::registerCallbacks().