Home | History | Annotate | Download | only in JIT

Lines Matching defs:Error

170   SMDiagnostic Error;
172 nullptr != ParseAssemblyString(assembly, M, Error, M->getContext());
175 Error.print("", os);
190 std::string Error;
194 .setErrorStr(&Error)
196 ASSERT_TRUE(TheJIT.get() != nullptr) << Error;
222 std::string Error;
225 .setErrorStr(&Error)
230 ASSERT_EQ(Error, "");
612 // empty string indicates an error.
628 // M. Both will be NULL on an error. Bitcode must live at least as long as the