Searched refs:errmsg (Results 1 – 3 of 3) sorted by relevance
207 std::string errmsg; in MaterializeToRawOStream() local209 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg); in MaterializeToRawOStream()211 CHECK(target != NULL) << errmsg; in MaterializeToRawOStream()256 std::string errmsg; in MaterializeToRawOStream() local259 new ::llvm::tool_output_file(bitcode_filename_.c_str(), errmsg, in MaterializeToRawOStream()263 if (!errmsg.empty()) { in MaterializeToRawOStream()264 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg; in MaterializeToRawOStream()
42 std::string errmsg; in GetElf() local44 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg); in GetElf()46 CHECK(target != NULL) << errmsg; in GetElf()
1962 std::string errmsg; in MethodMIR2Bitcode() local1974 new ::llvm::tool_output_file(fname.c_str(), errmsg, in MethodMIR2Bitcode()1977 if (!errmsg.empty()) { in MethodMIR2Bitcode()1978 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg; in MethodMIR2Bitcode()