Lines Matching full:specified
64 /// Open the specified file as a MemoryBuffer, returning a new MemoryBuffer
65 /// if successful, otherwise returning null. If FileSize is specified, this
67 /// specified size.
77 /// MemoryBuffer. The slice is specified by an \p Offset and \p MapSize.
93 /// Open the specified memory range as a MemoryBuffer. Note that InputData
102 /// Open the specified memory range as a MemoryBuffer, copying the contents
107 /// Allocate a new zero-initialized MemoryBuffer of the specified size. Note
113 /// Allocate a new MemoryBuffer of the specified size that is not initialized.
122 /// Open the specified file as a MemoryBuffer, or open stdin if the Filename
127 /// Map a subrange of the the specified file as a MemoryBuffer.