Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp110 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()
125 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()
141 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()
199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h583 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp489 builder.setErrorStr(&ErrorMsg); in main()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp284 .setErrorStr(&error_string) in GetRunnableInfo()