Home
last modified time | relevance | path

Searched refs:VerifyInstrumentation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h400 class VerifyInstrumentation {
404 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() function
516 VerifyInstrumentation Verify;
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1137 void VerifyInstrumentation::registerCallbacks( in registerCallbacks()