Lines Matching refs:OutFile
525 void CompilerInstance::addOutputFile(const OutputFile &OutFile) { in addOutputFile() argument
526 assert(OutFile.OS && "Attempt to add empty stream to output list!"); in addOutputFile()
527 OutputFiles.push_back(OutFile); in addOutputFile()
607 std::string OutFile, TempFile; in createOutputFile() local
609 OutFile = OutputPath; in createOutputFile()
611 OutFile = "-"; in createOutputFile()
615 OutFile = Path.str(); in createOutputFile()
617 OutFile = "-"; in createOutputFile()
624 if (OutFile == "-") in createOutputFile()
645 TempPath = OutFile; in createOutputFile()
670 OSFile = OutFile; in createOutputFile()
683 *ResultPathName = OutFile; in createOutputFile()