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