Searched refs:BitcodeFile (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp268 SmallString<128> BitcodeFile; local
271 OutputPrefix + "-test-program-%%%%%%%.bc", BitcodeFD, BitcodeFile);
277 if (writeProgramToFile(BitcodeFile.str(), BitcodeFD, M)) {
278 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile local
284 FileRemover BitcodeFileRemover(BitcodeFile.str(), !SaveTemps);
287 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
297 std::string BitcodeFile,
304 if (BitcodeFile.empty()) {
315 BitcodeFile = UniqueFilename.str();
317 if (writeProgramToFile(BitcodeFile, UniqueF
295 executeProgram(const Module *Program, std::string OutputFile, std::string BitcodeFile, const std::string &SharedObj, AbstractInterpreter *AI, std::string *Error) const argument
319 << BitcodeFile << "'!\\n"; local
385 compileSharedObject(const std::string &BitcodeFile, std::string &Error) argument
441 diffProgram(const Module *Program, const std::string &BitcodeFile, const std::string &SharedObject, bool RemoveBitcode, std::string *ErrMsg) const argument
[all...]
H A DBugDriver.h118 /// BitcodeFile for debugging a code generator.
120 std::string compileSharedObject(const std::string &BitcodeFile,
202 const std::string &BitcodeFile = "",

Completed in 73 milliseconds