Searched defs:RequiresNullTerminator (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 47 bool RequiresNullTerminator) { in init() 85 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem() 106 bool RequiresNullTerminator) { in getMemBuffer() 113 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer() 205 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile() 248 bool RequiresNullTerminator, bool IsVolatileSize) { in getFile() 260 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) { in getFileAux() 277 bool RequiresNullTerminator, in shouldUseMmap() 331 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() 409 bool RequiresNullTerminator, bool IsVolatileSize) { in getOpenFile()
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | VirtualFileSystem.cpp | 74 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 124 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 2810 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
|