Home
last modified time | relevance | path

Searched defs:VerifyEach (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()
34 bool VerifyEach; member in llvm::LLVMPassBuilderOptions
52 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
87 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
H A DStandardInstrumentations.cpp2094 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h568 bool VerifyEach; variable
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp132 static cl::opt<bool> VerifyEach("verify-each", variable