Searched defs:RequiresNullTerminator (Results 1 – 4 of 4) sorted by relevance
| /external/llvm/lib/Support/ |
| D | MemoryBuffer.cpp | 47 bool RequiresNullTerminator) { in init() 82 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem() 101 bool RequiresNullTerminator) { in getMemBuffer() 187 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile() 235 bool RequiresNullTerminator, bool IsVolatileSize) { in getFile() 249 getFileAux(const char *Filename, int64_t FileSize, bool RequiresNullTerminator, in getFileAux() 267 bool RequiresNullTerminator, in shouldUseMmap() 313 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl() 391 bool RequiresNullTerminator, bool IsVolatileSize) { in getOpenFile()
|
| /external/clang/lib/Basic/ |
| D | VirtualFileSystem.cpp | 72 int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile() 126 bool RequiresNullTerminator, in getBuffer()
|
| /external/clang/unittests/Basic/ |
| D | VirtualFileSystemTest.cpp | 49 bool RequiresNullTerminator = true) { in getBufferForFile()
|
| /external/llvm/lib/IR/ |
| D | Core.cpp | 2633 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()
|