Searched refs:verifyFunction (Results 1 – 25 of 32) sorted by relevance
12
9 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)); })
19 _WASMEXP_.verifyFunction(data);37 _WASMEXP_.verifyFunction(data);
10 assertEquals("function", typeof _WASMEXP_.verifyFunction);
22 human-readable validation report. See [llvm::verifyFunction]. *)33 [llvm::verifyFunction]. *)
42 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
106 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
44 EXPECT_TRUE(verifyFunction(*F)); in TEST()
489 verifyFunction(*TheFunction); in codegen()
512 verifyFunction(*TheFunction); in codegen()
1371 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()1479 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
786 verifyFunction(*TheFunction); in codegen()
371 verifyFunction(*TheFunction);381 Once the function is built, we call ``verifyFunction``, which is
901 verifyFunction(*TheFunction); in codegen()
990 verifyFunction(*TheFunction); in Codegen()
1277 verifyFunction(*TheFunction); in Codegen()
1008 verifyFunction(*TheFunction); in Codegen()
1379 verifyFunction(*TheFunction); in Codegen()
778 DEBUG(if (verifyFunction(*newFunction)) in extractCodeRegion()
1067 verifyFunction(*TheFunction); in codegen()
1237 verifyFunction(*TheFunction); in Codegen()
1117 verifyFunction(*TheFunction); in IRGen()
1298 verifyFunction(*TheFunction); in codegen()
1457 verifyFunction(*TheFunction); in Codegen()