Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h446 class VerifyInstrumentation {
450 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() function
582 VerifyInstrumentation Verify;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1380 void VerifyInstrumentation::registerCallbacks( in registerCallbacks()