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

  /external/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 108 .setErrorStr(&errStr)
  /external/llvm/tools/lli/
lli.cpp 183 builder.setErrorStr(&ErrorMsg);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 510 /// setErrorStr - Set the error string to write to on error. This option
512 EngineBuilder &setErrorStr(std::string *e) {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 201 .setErrorStr(&Error).create());
231 .setErrorStr(&Error)
687 .setErrorStr(&errMsg)
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
    [all...]

Completed in 134 milliseconds