Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OutFile

271   raw_ostream *OutFile = 0;
274 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo, sys::fs::F_Append);
280 OS = OutFile;
355 if (OutFile)
356 delete OutFile;