Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp117 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
132 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
148 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
196 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
DExecutionEngine.cpp410 .setErrorStr(ErrorStr) in create()
437 EB.setErrorStr(ErrorStr); in createJIT()
/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/chromium_org/third_party/mesa/src/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.cpp151 .setErrorStr(&Error) in InitEE()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp189 .setErrorStr(&Error) in SetUp()
220 .setErrorStr(&Error) in TEST()
639 .setErrorStr(&errMsg) in getJITFromBitcode()
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp26 Engine(EngineBuilder(M).setErrorStr(&Error).create()) { in ExecutionEngineTest()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h189 .setErrorStr(&Error) in createJIT()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h570 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/tools/lli/
Dlli.cpp346 builder.setErrorStr(&ErrorMsg); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp810 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in JITHelper()
1035 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp1163 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp898 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp1123 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
Dtoy.cpp809 .setErrorStr(&ErrStr) in compileModule()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp779 .setErrorStr(&ErrStr) in getPointerToFunction()