Searched defs:RequiresNullTerminator (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 49 bool RequiresNullTerminator) { in init() 99 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem() 128 bool RequiresNullTerminator) { in getMemBuffer() 135 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer() 162 bool RequiresNullTerminator, in getFileOrSTDIN() 221 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile() 259 bool RequiresNullTerminator, bool IsVolatile, in getFile() 275 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux() 359 bool RequiresNullTerminator, in shouldUseMmap() 471 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() [all …]
|
| H A D | VirtualFileSystem.cpp | 119 bool RequiresNullTerminator, bool IsVolatile, in getBufferForFile() 238 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() 750 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer() 2525 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 519 bool RequiresNullTerminator, in getBufferForFile() 552 bool isVolatile, bool RequiresNullTerminator, in getBufferForFileImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 367 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 4539 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
|