Searched defs:TestModuleBC (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp964 SmallString<128> TestModuleBC; local
967 TestModuleFD, TestModuleBC);
973 if (BD.writeProgramToFile(TestModuleBC.str(), TestModuleFD, Test)) {
974 errs() << "Error writing bitcode to `" << TestModuleBC.str()
980 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps);
1010 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),
1058 SmallString<128> TestModuleBC; local
1061 TestModuleFD, TestModuleBC);
1068 if (writeProgramToFile(TestModuleBC.str(), TestModuleFD, ToCodeGen)) {
1069 errs() << "Error writing bitcode to `" << TestModuleBC
[all...]

Completed in 117 milliseconds