Lines Matching full:errstr
719 std::string ErrStr;
720 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
809 std::string ErrStr;
810 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
812 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());
1033 std::string ErrStr;
1035 .setErrorStr(&ErrStr)
1040 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());