Home
last modified time | relevance | path

Searched refs:verifyFunction (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/test/mjsunit/wasm/
Dverify-function-basic-errors.js9 assertThrows(function() { _WASMEXP_.verifyFunction(); })
10 assertThrows(function() { _WASMEXP_.verifyFunction(0); })
11 assertThrows(function() { _WASMEXP_.verifyFunction("s"); })
12 assertThrows(function() { _WASMEXP_.verifyFunction(undefined); })
13 assertThrows(function() { _WASMEXP_.verifyFunction(1.1); })
14 assertThrows(function() { _WASMEXP_.verifyFunction(1/0); })
15 assertThrows(function() { _WASMEXP_.verifyFunction(null); })
16 assertThrows(function() { _WASMEXP_.verifyFunction(new Foo()); })
17 assertThrows(function() { _WASMEXP_.verifyFunction(new ArrayBuffer(0)); })
18 assertThrows(function() { _WASMEXP_.verifyFunction(new ArrayBuffer(140000)); })
Dverify-function-simple.js19 _WASMEXP_.verifyFunction(data);
37 _WASMEXP_.verifyFunction(data);
Dwasm-object-api.js10 assertEquals("function", typeof _WASMEXP_.verifyFunction);
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/llvm/include/llvm/IR/
DVerifier.h42 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/external/llvm/lib/Analysis/
DAnalysis.cpp106 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/llvm/unittests/IR/
DVerifierTest.cpp44 EXPECT_TRUE(verifyFunction(*F)); in TEST()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp489 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp512 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1371 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1479 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp786 verifyFunction(*TheFunction); in codegen()
/external/llvm/docs/tutorial/
DLangImpl3.rst371 verifyFunction(*TheFunction);
381 Once the function is built, we call ``verifyFunction``, which is
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp901 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp990 verifyFunction(*TheFunction); in Codegen()
Dtoy.cpp1277 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1008 verifyFunction(*TheFunction); in Codegen()
Dtoy.cpp1379 verifyFunction(*TheFunction); in Codegen()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp778 DEBUG(if (verifyFunction(*newFunction)) in extractCodeRegion()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1067 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1237 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1117 verifyFunction(*TheFunction); in IRGen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1298 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1457 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1117 verifyFunction(*TheFunction); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1117 verifyFunction(*TheFunction); in IRGen()

12