Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:InputFile

184                        const std::string &InputFile,
197 const std::string &InputFile,
231 InputFile, OutputFile, OutputFile,
305 const std::string &InputFile,
361 const std::string &InputFile,
374 const std::string &InputFile,
396 &ProgramArgs[0], InputFile, OutputFile,
528 const std::string &InputFile,
546 InputFile, OutputFile, Error, GCCArgs,
590 const std::string &InputFile,
604 const std::string &InputFile,
638 InputFile, OutputFile, OutputFile,
677 const std::string &InputFile,
804 InputFile, OutputFile, OutputFile,
818 &ProgramArgs[0], InputFile, OutputFile,
823 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,
829 InputFile + "-%%%%%%%" + LTDL_SHLIB_EXT, UniqueFilename);
853 GCCArgs.push_back(InputFile.c_str()); // Specify the input filename.