Searched defs:RequiresNullTerminator (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 47 bool RequiresNullTerminator) { in init() 87 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem() 114 bool RequiresNullTerminator) { in getMemBuffer() 121 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer() 145 bool RequiresNullTerminator) { in getFileOrSTDIN() 201 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile() 247 bool RequiresNullTerminator, bool IsVolatile) { in getFile() 261 bool IsText, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux() 327 bool RequiresNullTerminator, in shouldUseMmap() 434 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() [all …]
|
H A D | VirtualFileSystem.cpp | 116 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 219 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() 633 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer() 1993 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 510 bool RequiresNullTerminator) { in getBufferForFile() 538 bool RequiresNullTerminator) { in getBufferForFileImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 227 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 4107 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
|