Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h405 class VerifyInstrumentation {
409 VerifyInstrumentation(bool DebugLogging) : DebugLogging(DebugLogging) {} in VerifyInstrumentation() function
425 VerifyInstrumentation Verify;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1128 void VerifyInstrumentation::registerCallbacks( in registerCallbacks()