Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OutFile

251   raw_ostream *OutFile = 0;
254 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
261 OS = OutFile;
311 if (OutFile)
312 delete OutFile;