Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp79 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyModule()
93 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DAnalysis.h35 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator