Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDMemoryBuffer.cpp46 bool RequiresNullTerminator) { in init()
86 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem()
113 bool RequiresNullTerminator) { in getMemBuffer()
120 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer()
144 bool RequiresNullTerminator) { in getFileOrSTDIN()
185 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile()
232 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
246 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 …]
HDVirtualFileSystem.cpp116 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
219 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
611 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
1774 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningFilesystem.cpp224 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp4032 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()