Home
last modified time | relevance | path

Searched refs:LLVMAbortProcessAction (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/bindings/ocaml/analysis/
Danalysis_ocaml.c52 LLVMVerifyModule(M, LLVMAbortProcessAction, 0); in llvm_assert_valid_module()
58 LLVMVerifyFunction(Fn, LLVMAbortProcessAction); in llvm_assert_valid_function()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DAnalysis.cpp108 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyModule()
122 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DAnalysis.h35 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator