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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp930 SmallString<128> TestModuleBC; local
933 TestModuleFD, TestModuleBC);
939 if (BD.writeProgramToFile(TestModuleBC.str(), TestModuleFD, Test.get())) {
940 errs() << "Error writing bitcode to `" << TestModuleBC.str()
945 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps);
974 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),
1023 SmallString<128> TestModuleBC; local
1026 TestModuleFD, TestModuleBC);
1033 if (writeProgramToFile(TestModuleBC.str(), TestModuleFD, ToCodeGen.get())) {
1034 errs() << "Error writing bitcode to `" << TestModuleBC
1062 outs() << " lli -load " << SharedObject << " " << TestModuleBC; local
1064 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC local
[all...]

Completed in 141 milliseconds