Searched refs:TestModuleBC (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 950 SmallString<128> TestModuleBC; in TestCodeGenerator() local 953 TestModuleFD, TestModuleBC); in TestCodeGenerator() 959 if (BD.writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *Test)) { in TestCodeGenerator() 960 errs() << "Error writing bitcode to `" << TestModuleBC.str() in TestCodeGenerator() 965 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator() 995 BD.getProgram(), std::string(TestModuleBC), *SharedObject, false); in TestCodeGenerator() 1042 SmallString<128> TestModuleBC; in debugCodeGenerator() local 1045 TestModuleFD, TestModuleBC); in debugCodeGenerator() 1052 if (writeProgramToFile(std::string(TestModuleBC), TestModuleFD, *ToCodeGen)) { in debugCodeGenerator() 1053 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting."; in debugCodeGenerator() [all …]
|