Lines Matching refs:InputFile
82 InputFile(cl::Positional, cl::desc("<input file>"), cl::init("-"));
122 auto DS = getDataFileStreamer(InputFile, &Err);
129 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
144 if (InputFile == "-")
147 OutputFile = removeExt(InputFile) +
164 std::ifstream IFS(InputFile, std::ios::binary);
183 if (InputFile == "-")
186 OutputFile = removeExt(InputFile) + kExt::LLVMBinary;
209 std::ifstream IFS(InputFile, std::ios::binary);
212 if (InputFile == "-")
215 OutputFile = removeExt(InputFile)
242 auto DS = getDataFileStreamer(InputFile, &Err);
249 getStreamedBitcodeModule(InputFile, std::move(DS), Context);
264 if (InputFile == "-")
267 OutputFile = removeExt(InputFile) + ".regularized.bc";