Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp120 .setErrorStr(&errStr) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp178 .setErrorStr(&Error) in InitEE()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
H A Dhandle_llvm.cpp172 builder.setErrorStr(&ErrorMsg); in CreateAndRunJITFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h584 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp305 .setErrorStr(&Error) in ExecutableFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1121 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
H A Dtoy.cpp810 .setErrorStr(&ErrStr) in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1159 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main()
H A Dtoy.cpp899 .setErrorStr(&ErrStr) in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp780 .setErrorStr(&ErrStr) in getPointerToFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp488 builder.setErrorStr(&ErrorMsg); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp941 .setErrorStr(&ErrStr) in compileModule()