Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp94 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
109 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
125 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
DExecutionEngine.cpp409 .setErrorStr(ErrorStr) in create()
436 EB.setErrorStr(ErrorStr); in createJIT()
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp108 .setErrorStr(&errStr) in main()
/external/llvm/unittests/ExecutionEngine/
DExecutionEngineTest.cpp26 Engine(EngineBuilder(M).setErrorStr(&Error).create()) { in ExecutionEngineTest()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp213 .setErrorStr(&Error).create()); in SetUp()
243 .setErrorStr(&Error) in TEST()
706 .setErrorStr(&errMsg) in getJITFromBitcode()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h532 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.cpp506 builder.setErrorStr(&ErrorMsg); in main()
/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()