Home
last modified time | relevance | path

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

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