Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h459 class VerifyInstrumentation {
463 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() function
597 VerifyInstrumentation Verify;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1454 void VerifyInstrumentation::registerCallbacks(PassInstrumentationCallbacks &PIC, in registerCallbacks()