Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp96 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
111 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
127 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
DExecutionEngine.cpp411 .setErrorStr(ErrorStr) in create()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp121 .setErrorStr(&errStr) in main()
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
Dfibonacci.cpp108 .setErrorStr(&errStr) in main()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp141 .setErrorStr(&Error) in InitEE()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp201 .setErrorStr(&Error).create()); in SetUp()
231 .setErrorStr(&Error) in TEST()
692 .setErrorStr(&errMsg) in getJITFromBitcode()
/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/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp201 builder.setErrorStr(&ErrorMsg); in main()
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h509 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h562 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h321 .setErrorStr(&Error) in createJIT()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp519 .setErrorStr(&Error) in lp_build_create_jit_compiler_for_module()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/tools/lli/
Dlli.cpp426 builder.setErrorStr(&ErrorMsg); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1119 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp810 .setErrorStr(&ErrStr) in compileModule()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1159 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp899 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp780 .setErrorStr(&ErrStr) in getPointerToFunction()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp941 .setErrorStr(&ErrStr) in compileModule()