Home
last modified time | relevance | path

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

12

/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/unittests/IR/
DVerifierTest.cpp44 EXPECT_TRUE(verifyFunction(*F)); in TEST()
/external/llvm/lib/Analysis/
DAnalysis.cpp100 LLVMBool Result = verifyFunction( in LLVMVerifyFunction()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp461 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1369 llvm::verifyFunction(*ret); in createCatchWrappedInvokeFunction()
1477 llvm::verifyFunction(*ret); in createThrowExceptionFunction()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp745 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp780 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp892 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/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1065 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/docs/tutorial/
DLangImpl3.rst406 verifyFunction(*TheFunction);
416 Once the function is built, we call ``verifyFunction``, which is
DLangImpl4.rst178 verifyFunction(*TheFunction);
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp774 DEBUG(if (verifyFunction(*newFunction)) in extractCodeRegion()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp1237 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1305 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1457 verifyFunction(*TheFunction); in Codegen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1119 verifyFunction(*TheFunction); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1119 verifyFunction(*TheFunction); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1119 verifyFunction(*TheFunction); in IRGen()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1120 verifyFunction(*TheFunction); in IRGen()
/external/llvm/lib/IR/
DVerifier.cpp3537 bool llvm::verifyFunction(const Function &f, raw_ostream *OS) { in verifyFunction() function in llvm
3613 if (verifyFunction(F, &dbgs()) && FatalErrors) in run()

12