Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OutFile

517 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
518 assert(OutFile.OS && "Attempt to add empty stream to output list!");
519 OutputFiles.push_back(OutFile);
608 std::string OutFile, TempFile;
610 OutFile = OutputPath;
612 OutFile = "-";
616 OutFile = Path.str();
618 OutFile = "-";
625 if (OutFile == "-")
646 TempPath = OutFile;
671 OSFile = OutFile;
684 *ResultPathName = OutFile;