/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 96 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule() 111 .setErrorStr(&Error); in LLVMCreateInterpreterForModule() 127 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
|
D | ExecutionEngine.cpp | 411 .setErrorStr(ErrorStr) in create()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule() 124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule() 140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule() 199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 121 .setErrorStr(&errStr) in main()
|
/external/swiftshader/third_party/LLVM/examples/Fibonacci/ |
D | fibonacci.cpp | 108 .setErrorStr(&errStr) in main()
|
/external/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 141 .setErrorStr(&Error) in InitEE()
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 201 .setErrorStr(&Error).create()); in SetUp() 231 .setErrorStr(&Error) in TEST() 692 .setErrorStr(&errMsg) in getJITFromBitcode()
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 49 .setErrorStr(ErrorStr) in createExecutionEngine()
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 33 Engine.reset(EngineBuilder(std::move(Owner)).setErrorStr(&Error).create()); in ExecutionEngineTest()
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 201 builder.setErrorStr(&ErrorMsg); in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 509 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 562 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 321 .setErrorStr(&Error) in createJIT()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 577 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_misc.cpp | 519 .setErrorStr(&Error) in lp_build_create_jit_compiler_for_module()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 822 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 940 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 426 builder.setErrorStr(&ErrorMsg); in main()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 1119 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
D | toy.cpp | 810 .setErrorStr(&ErrStr) in compileModule()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 1159 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
|
D | toy.cpp | 899 .setErrorStr(&ErrStr) in compileModule()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 780 .setErrorStr(&ErrStr) in getPointerToFunction()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 941 .setErrorStr(&ErrStr) in compileModule()
|