Searched refs:LLVMAbortProcessAction (Results 1 – 3 of 3) sorted by relevance
52 LLVMVerifyModule(M, LLVMAbortProcessAction, 0); in llvm_assert_valid_module()58 LLVMVerifyFunction(Fn, LLVMAbortProcessAction); in llvm_assert_valid_function()
108 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyModule()122 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyFunction()
35 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator