Searched refs:LLVMReturnStatusAction (Results 1 – 8 of 8) sorted by relevance
30 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message); in llvm_verify_module()47 return Val_bool(LLVMVerifyFunction(Fn, LLVMReturnStatusAction) == 0); in llvm_verify_function()
90 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; in LLVMVerifyModule()111 *unwrap<Function>(Fn), Action != LLVMReturnStatusAction ? &errs() in LLVMVerifyFunction()
98 raw_ostream *DebugOS = Action != LLVMReturnStatusAction ? &errs() : nullptr; in LLVMVerifyModule()119 *unwrap<Function>(Fn), Action != LLVMReturnStatusAction ? &errs() in LLVMVerifyFunction()
38 LLVMReturnStatusAction /* verifier will just return 1 */ enumerator
32 ReturnStatusAction VerifierFailureAction = C.LLVMReturnStatusAction