Searched defs:RequiresNullTerminator (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 52 bool RequiresNullTerminator) { in init() 94 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem() 123 bool RequiresNullTerminator) { in getMemBuffer() 130 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer() 157 bool RequiresNullTerminator, in getFileOrSTDIN() 216 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile() 254 bool RequiresNullTerminator, bool IsVolatile, in getFile() 270 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux() 347 bool RequiresNullTerminator, in shouldUseMmap() 454 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() [all …]
|
| H A D | VirtualFileSystem.cpp | 120 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 228 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer() 714 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer() 2426 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 540 bool RequiresNullTerminator) { in getBufferForFile() 569 bool RequiresNullTerminator) { in getBufferForFileImpl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 317 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 4202 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
|