Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp30 bool DebugLogging = false, bool VerifyEach = false, in LLVMPassBuilderOptions()
35 bool VerifyEach; member in llvm::LLVMPassBuilderOptions
53 bool VerifyEach = PassOpts->VerifyEach; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
88 LLVMBool VerifyEach) { in LLVMPassBuilderOptionsSetVerifyEach()
H A DStandardInstrumentations.cpp2445 LLVMContext &Context, bool DebugLogging, bool VerifyEach, in StandardInstrumentations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h599 bool VerifyEach; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h60 bool VerifyEach = false; member
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp140 static cl::opt<bool> VerifyEach("verify-each", variable