Home
last modified time | relevance | path

Searched defs:RequiresNullTerminator (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DMemoryBuffer.cpp46 bool RequiresNullTerminator) { in init()
84 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem()
105 bool RequiresNullTerminator) { in getMemBuffer()
112 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer()
204 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
247 bool RequiresNullTerminator, bool IsVolatileSize) { in getFile()
259 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) { in getFileAux()
276 bool RequiresNullTerminator, in shouldUseMmap()
330 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
408 bool RequiresNullTerminator, bool IsVolatileSize) { in getOpenFile()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp72 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
122 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
/external/llvm/lib/IR/
DCore.cpp2810 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()