Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h430 class VerifyInstrumentation {
434 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() function
566 VerifyInstrumentation Verify;
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1128 void VerifyInstrumentation::registerCallbacks( in registerCallbacks()