Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:ErrStr

1103   std::string ErrStr;
1104 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create();
1106 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());