Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h576 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp420 builder.setErrorStr(&ErrorMsg); in main()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp267 .setErrorStr(&error_string) in GetRunnableInfo()