Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp29 LLVMPassBuilderOptions(bool DebugLogging=false,bool VerifyEach=false,PipelineTuningOptions PTO=PipelineTuningOptions ()) LLVMPassBuilderOptions() argument
34 bool VerifyEach; global() member in llvm::LLVMPassBuilderOptions
52 bool VerifyEach = PassOpts->VerifyEach; DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
87 LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options,LLVMBool VerifyEach) LLVMPassBuilderOptionsSetVerifyEach() argument
[all...]
H A DStandardInstrumentations.cpp2348 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h584 bool VerifyEach; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp138 static cl::opt<bool> VerifyEach("verify-each", global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h60 bool VerifyEach = false; member