OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verifyFunction
(Results
1 - 23
of
23
) sorted by null
/art/compiler/llvm/
utils_llvm.h
25
#define VERIFY_LLVM_FUNCTION(func) ::llvm::
verifyFunction
(func, ::llvm::AbortProcessAction)
/external/llvm/include/llvm/Analysis/
Verifier.h
66
//
verifyFunction
- Check a function for errors, useful for use when debugging a
68
bool
verifyFunction
(
/external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli
22
human-readable validation report. See [llvm::
verifyFunction
]. *)
33
[llvm::
verifyFunction
]. *)
/external/llvm/unittests/IR/
VerifierTest.cpp
44
EXPECT_TRUE(
verifyFunction
(*F, ReturnStatusAction));
/external/llvm/lib/Analysis/
Analysis.cpp
97
return
verifyFunction
(*unwrap<Function>(Fn),
/art/compiler/sea_ir/code_gen/
code_gen.h
95
llvm::
verifyFunction
(*llvm_data_->function_);
/external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp
459
verifyFunction
(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
467
verifyFunction
(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
712
verifyFunction
(*TheFunction);
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
820
verifyFunction
(*TheFunction);
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
983
verifyFunction
(*TheFunction);
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
1008
verifyFunction
(*TheFunction);
[
all
...]
toy.cpp
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
990
verifyFunction
(*TheFunction);
[
all
...]
toy.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
772
//
verifyFunction
(*newFunction);
775
//
verifyFunction
(*oldFunction);
777
DEBUG(if (
verifyFunction
(*newFunction))
778
report_fatal_error("
verifyFunction
failed!"));
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
[
all
...]
/art/compiler/dex/portable/
mir_to_gbc.cc
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
LoopVectorize.cpp
[
all
...]
Completed in 1516 milliseconds