Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 3 of 3) sorted by relevance

/art/compiler/llvm/
Dllvm_compilation_unit.cc207 std::string errmsg; in MaterializeToRawOStream() local
209 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg); in MaterializeToRawOStream()
211 CHECK(target != NULL) << errmsg; in MaterializeToRawOStream()
256 std::string errmsg; in MaterializeToRawOStream() local
259 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()
/art/compiler/sea_ir/code_gen/
Dcode_gen_data.cc42 std::string errmsg; in GetElf() local
44 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg); in GetElf()
46 CHECK(target != NULL) << errmsg; in GetElf()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1962 std::string errmsg; in MethodMIR2Bitcode() local
1974 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()