Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DMemoryBuffer.cpp47 bool RequiresNullTerminator) { in init()
87 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem()
114 bool RequiresNullTerminator) { in getMemBuffer()
121 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer()
145 bool RequiresNullTerminator) { in getFileOrSTDIN()
186 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
231 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
245 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
312 bool RequiresNullTerminator, in shouldUseMmap()
419 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
[all …]
H A DVirtualFileSystem.cpp115 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
218 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
566 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
1683 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp3842 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()