Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OutFile

242   raw_ostream *OutFile = 0;
245 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
252 OS = OutFile;
298 if (OutFile)
299 delete OutFile;