Home
last modified time | relevance | path

Searched refs:TestModuleBC (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DMiscompilation.cpp946 SmallString<128> TestModuleBC; in TestCodeGenerator() local
955 if (BD.writeProgramToFile(TestModuleBC.str(), TestModuleFD, *Test)) { in TestCodeGenerator()
956 errs() << "Error writing bitcode to `" << TestModuleBC.str() in TestCodeGenerator()
961 FileRemover TestModuleBCRemover(TestModuleBC.str(), !SaveTemps); in TestCodeGenerator()
1038 SmallString<128> TestModuleBC; in debugCodeGenerator() local
1048 if (writeProgramToFile(TestModuleBC.str(), TestModuleFD, *ToCodeGen)) { in debugCodeGenerator()
1049 errs() << "Error writing bitcode to `" << TestModuleBC << "'\nExiting."; in debugCodeGenerator()
1074 outs() << " lli -load " << *SharedObject << " " << TestModuleBC; in debugCodeGenerator()
1076 outs() << " llc " << TestModuleBC << " -o " << TestModuleBC << ".s\n"; in debugCodeGenerator()
1078 << TestModuleBC << ".exe\n"; in debugCodeGenerator()
[all …]