Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutFile

438 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
439 assert(OutFile.OS && "Attempt to add empty stream to output list!");
440 OutputFiles.push_back(OutFile);
525 std::string OutFile, TempFile;
527 OutFile = OutputPath;
529 OutFile = "-";
534 OutFile = Path.str();
536 OutFile = "-";
542 if (UseTemporary && OutFile != "-") {
559 TempPath = OutFile;
571 OSFile = OutFile;
584 *ResultPathName = OutFile;