Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:InputFile

186                                const std::string &InputFile,
199 const std::string &InputFile,
233 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
276 const std::string &InputFile,
332 const std::string &InputFile,
345 const std::string &InputFile,
367 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
497 const std::string &InputFile,
515 InputFile, OutputFile, Error, GCCArgs,
559 const std::string &InputFile,
573 const std::string &InputFile,
607 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
646 const std::string &InputFile,
772 sys::Path(InputFile), sys::Path(OutputFile), sys::Path(OutputFile),
786 &ProgramArgs[0], sys::Path(InputFile), sys::Path(OutputFile),
791 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
795 sys::Path uniqueFilename(InputFile+LTDL_SHLIB_EXT);
820 GCCArgs.push_back(InputFile.c_str()); // Specify the input filename.