Searched defs:VerifyEach (Results 1 – 6 of 6) sorted by relevance
30 LLVMPassBuilderOptions(bool DebugLogging=false,bool VerifyEach=false,PipelineTuningOptions PTO=PipelineTuningOptions ()) LLVMPassBuilderOptions() argument 35 bool VerifyEach; global() member in llvm::LLVMPassBuilderOptions 53 bool VerifyEach = PassOpts->VerifyEach; DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local 88 LLVMPassBuilderOptionsSetVerifyEach(LLVMPassBuilderOptionsRef Options,LLVMBool VerifyEach) LLVMPassBuilderOptionsSetVerifyEach() argument [all...]
2436 StandardInstrumentations(LLVMContext & Context,bool DebugLogging,bool VerifyEach,PrintPassOptions PrintPassOpts) StandardInstrumentations() argument
49 value llvm_passbuilder_options_set_verify_each(value PBO, value VerifyEach) { in llvm_passbuilder_options_set_verify_each()
598 bool VerifyEach; global() variable
60 bool VerifyEach = false; member
140 static cl::opt<bool> VerifyEach("verify-each", variable