Home | History | Annotate | Download | only in complete

Lines Matching defs:ErrStr

715       std::string ErrStr;
716 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
939 std::string ErrStr;
941 .setErrorStr(&ErrStr)
945 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());