Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OutFile

544 void CompilerInstance::addOutputFile(OutputFile &&OutFile) {
545 assert(OutFile.OS && "Attempt to add empty stream to output list!");
546 OutputFiles.push_back(std::move(OutFile));
627 std::string OutFile, TempFile;
629 OutFile = OutputPath;
631 OutFile = "-";
635 OutFile = Path.str();
637 OutFile = "-";
644 if (OutFile == "-")
667 TempPath = OutFile;
692 OSFile = OutFile;
705 *ResultPathName = OutFile;