Home | History | Annotate | Download | only in portable

Lines Matching defs:errmsg

1976     std::string errmsg;
1988 new ::llvm::tool_output_file(fname.c_str(), errmsg,
1991 if (!errmsg.empty()) {
1992 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg;