Searched refs:LLVMAbortProcessAction (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/ |
D | analysis_ocaml.c | 52 LLVMVerifyModule(M, LLVMAbortProcessAction, 0); in llvm_assert_valid_module() 58 LLVMVerifyFunction(Fn, LLVMAbortProcessAction); in llvm_assert_valid_function()
|
/external/llvm/bindings/ocaml/analysis/ |
D | analysis_ocaml.c | 52 LLVMVerifyModule(M, LLVMAbortProcessAction, 0); in llvm_assert_valid_module() 58 LLVMVerifyFunction(Fn, LLVMAbortProcessAction); in llvm_assert_valid_function()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 179 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/ |
D | Analysis.cpp | 100 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyModule() 114 if (Action == LLVMAbortProcessAction && Result) in LLVMVerifyFunction()
|
/external/llvm/include/llvm-c/ |
D | Analysis.h | 36 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Analysis.h | 30 LLVMAbortProcessAction, /* verifier will print to stderr and abort() */ enumerator
|
/external/llvm/bindings/go/llvm/ |
D | analysis.go | 28 AbortProcessAction VerifierFailureAction = C.LLVMAbortProcessAction
|