HomeSort by relevance Sort by last modified time
    Searched refs:setErrorStr (Results 1 - 21 of 21) sorted by null

  /external/llvm/examples/Fibonacci/
fibonacci.cpp 108 .setErrorStr(&errStr)
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 107 .setErrorStr(&Error);
122 .setErrorStr(&Error);
138 .setErrorStr(&Error)
186 .setErrorStr(&Error)
  /external/clang/examples/clang-interpreter/
main.cpp 49 .setErrorStr(ErrorStr)
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 143 .setErrorStr(&Error)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 255 .setErrorStr(&Error)
  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create());
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 545 /// setErrorStr - Set the error string to write to on error. This option
547 EngineBuilder &setErrorStr(std::string *e) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 324 .setErrorStr(&Error)
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 304 .setErrorStr(&error_string)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 549 .setErrorStr(&ErrStr)
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 904 .setErrorStr(&ErrStr)
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 1025 .setErrorStr(&ErrStr)
  /external/llvm/tools/lli/
lli.cpp 443 builder.setErrorStr(&ErrorMsg);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1199 .setErrorStr(&ErrStr)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /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 1123 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
    [all...]
toy.cpp 810 .setErrorStr(&ErrStr)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 941 .setErrorStr(&ErrStr)
    [all...]

Completed in 463 milliseconds