Home
last modified time | relevance | path

Searched refs:setErrorStr (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp107 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
122 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
138 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
186 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp108 .setErrorStr(&errStr) in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp255 .setErrorStr(&Error) in lp_build_create_mcjit_compiler_for_module()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp143 .setErrorStr(&Error) in InitEE()
/external/clang/examples/clang-interpreter/
Dmain.cpp49 .setErrorStr(ErrorStr) in createExecutionEngine()
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create()); in ExecutionEngineTest()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h547 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h324 .setErrorStr(&Error) in createJIT()
/external/llvm/tools/lli/
Dlli.cpp443 builder.setErrorStr(&ErrorMsg); in main()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp549 .setErrorStr(&ErrStr) in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp904 .setErrorStr(&ErrStr) in main()
/external/lldb/source/Expression/
DIRExecutionUnit.cpp304 .setErrorStr(&error_string) in GetRunnableInfo()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp1025 .setErrorStr(&ErrStr) in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1163 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp899 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1199 .setErrorStr(&ErrStr) in main()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1123 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp810 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp780 .setErrorStr(&ErrStr) in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp1450 .setErrorStr(&ErrStr) in main()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp941 .setErrorStr(&ErrStr) in compileModule()