OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setErrorStr
(Results
1 - 25
of
25
) sorted by null
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
96
.
setErrorStr
(&Error);
111
.
setErrorStr
(&Error);
127
.
setErrorStr
(&Error)
ExecutionEngine.cpp
411
.
setErrorStr
(ErrorStr)
[
all
...]
/external/llvm/examples/Fibonacci/
fibonacci.cpp
121
.
setErrorStr
(&errStr)
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
109
.
setErrorStr
(&Error);
124
.
setErrorStr
(&Error);
140
.
setErrorStr
(&Error)
199
.
setErrorStr
(&Error)
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
fibonacci.cpp
108
.
setErrorStr
(&errStr)
/external/clang/examples/clang-interpreter/
main.cpp
49
.
setErrorStr
(ErrorStr)
/external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp
141
.
setErrorStr
(&Error)
/external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp
33
Engine.reset(EngineBuilder(std::move(Owner)).
setErrorStr
(&Error).create());
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp
255
.
setErrorStr
(&Error)
/external/swiftshader/third_party/LLVM/tools/lli/
lli.cpp
201
builder.
setErrorStr
(&ErrorMsg);
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
560
///
setErrorStr
- Set the error string to write to on error. This option
562
EngineBuilder &
setErrorStr
(std::string *e) {
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
507
///
setErrorStr
- Set the error string to write to on error. This option
509
EngineBuilder &
setErrorStr
(std::string *e) {
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
201
.
setErrorStr
(&Error).create());
231
.
setErrorStr
(&Error)
692
.
setErrorStr
(&errMsg)
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h
321
.
setErrorStr
(&Error)
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
toy.cpp
577
TheExecutionEngine = EngineBuilder(TheModule).
setErrorStr
(&ErrStr).create();
/external/llvm/tools/lli/
lli.cpp
426
builder.
setErrorStr
(&ErrorMsg);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
toy.cpp
822
TheExecutionEngine = EngineBuilder(TheModule).
setErrorStr
(&ErrStr).create();
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
toy.cpp
940
TheExecutionEngine = EngineBuilder(TheModule).
setErrorStr
(&ErrStr).create();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp
[
all
...]
toy.cpp
899
.
setErrorStr
(&ErrStr)
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
780
.
setErrorStr
(&ErrStr)
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp
1119
TheExecutionEngine = EngineBuilder(TheModule).
setErrorStr
(&ErrStr).create();
[
all
...]
toy.cpp
810
.
setErrorStr
(&ErrStr)
[
all
...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp
1104
TheExecutionEngine = EngineBuilder(TheModule).
setErrorStr
(&ErrStr).create();
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
941
.
setErrorStr
(&ErrStr)
[
all
...]
Completed in 583 milliseconds