Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp968 SmallString<128> SafeModuleBC; in TestCodeGenerator() local
971 SafeModuleBC); in TestCodeGenerator()
978 if (BD.writeProgramToFile(std::string(SafeModuleBC), SafeModuleFD, *Safe)) { in TestCodeGenerator()
979 errs() << "Error writing bitcode to `" << SafeModuleBC << "'\nExiting."; in TestCodeGenerator()
983 FileRemover SafeModuleBCRemover(SafeModuleBC.str(), !SaveTemps); in TestCodeGenerator()
986 BD.compileSharedObject(std::string(SafeModuleBC)); in TestCodeGenerator()
1058 SmallString<128> SafeModuleBC; in debugCodeGenerator() local
1061 SafeModuleBC); in debugCodeGenerator()
1068 if (writeProgramToFile(std::string(SafeModuleBC), SafeModuleFD, in debugCodeGenerator()
1070 errs() << "Error writing bitcode to `" << SafeModuleBC << "'\nExiting."; in debugCodeGenerator()
[all …]