Lines Matching defs:File
1 //===- ArchiveWriter.cpp - ar File Format implementation --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the writeArchive function.
254 // FIXME: check only for "not an object file" errors.
365 MemoryBufferRef File = M.Buf->getMemBufferRef();
376 Out << File.getBuffer();
396 // could be a mapped view of the file we want to replace (if
399 // temporary file (actually the original file renamed) because
400 // a file cannot be deleted while there's a handle open on it,
402 // the last open handle on the destination file, if any, is