Home | History | Annotate | Download | only in compiler

Lines Matching full:error_msg

66     std::string error_msg;
71 &error_msg));
72 CHECK(ef.get() != nullptr) << error_msg;
78 std::string error_msg;
83 &error_msg));
84 CHECK(ef.get() != nullptr) << error_msg;
90 std::string error_msg;
95 &error_msg));
96 CHECK(ef.get() != nullptr) << error_msg;
97 CHECK(ef->Load(file.get(), false, /*low_4gb*/false, &error_msg)) << error_msg;