Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OutFile

276   raw_ostream *OutFile = nullptr;
279 OutFile = new raw_fd_ostream(OutFileName, ErrorInfo,
286 OS = OutFile;
361 if (OutFile)
362 delete OutFile;