Home
last modified time | relevance | path

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

12

/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/swiftshader/third_party/LLVM/bindings/ocaml/analysis/
Dllvm_analysis.mli22 human-readable validation report. See [llvm::verifyFunction]. *)
33 [llvm::verifyFunction]. *)
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DVerifier.h68 bool verifyFunction(
/external/llvm/include/llvm/IR/
DVerifier.h40 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DVerifierTest.cpp44 EXPECT_TRUE(verifyFunction(*F, ReturnStatusAction)); in TEST()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAnalysis.cpp93 return verifyFunction(*unwrap<Function>(Fn), in LLVMVerifyFunction()
/external/llvm/lib/Analysis/
DAnalysis.cpp110 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/llvm/unittests/IR/
DVerifierTest.cpp46 EXPECT_TRUE(verifyFunction(*F)); in TEST()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp459 verifyFunction(*TheFunction); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp467 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp496 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp522 verifyFunction(*TheFunction); in codegen()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1371 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1479 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1045 DEBUG(verifyFunction(F)); in prepareExplicitEH()
1048 DEBUG(verifyFunction(F)); in prepareExplicitEH()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1413 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1523 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp712 verifyFunction(*TheFunction); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp820 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp794 verifyFunction(*TheFunction); in codegen()
/external/llvm/docs/tutorial/
DLangImpl03.rst377 verifyFunction(*TheFunction);
387 Once the function is built, we call ``verifyFunction``, which is
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp986 verifyFunction(*TheFunction); in Codegen()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp983 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1004 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp909 verifyFunction(*TheFunction); in codegen()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp763 DEBUG(if (verifyFunction(*newFunction)) in extractCodeRegion()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp1074 verifyFunction(*TheFunction); in codegen()

12