Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1216 bool DebugLogging, bool VerifyEach, PrintPassOptions PrintPassOpts) in StandardInstrumentations()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h427 bool VerifyEach; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp134 static cl::opt<bool> VerifyEach("verify-each", variable