Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/external/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()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp179 LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error); in buildSimpleFunction()
209 LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error); in buildFunctionThatUsesStackmap()
236 LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error); in buildModuleWithCodeAndData()
256 LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error); in buildModuleWithCodeAndData()
491 LLVMVerifyModule(Module, LLVMAbortProcessAction, &Error); in TEST_F()
/external/llvm/lib/Analysis/
DAnalysis.cpp100 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyModule()
114 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyFunction()
/external/llvm/include/llvm-c/
DAnalysis.h36 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator
/external/swiftshader/third_party/LLVM/include/llvm-c/
DAnalysis.h30 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator
/external/llvm/bindings/go/llvm/
Danalysis.go28 AbortProcessAction VerifierFailureAction = C.LLVMAbortProcessAction