Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DMemoryBuffer.cpp50 bool RequiresNullTerminator) { in init()
92 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem()
121 bool RequiresNullTerminator) { in getMemBuffer()
128 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer()
152 bool RequiresNullTerminator, in getFileOrSTDIN()
211 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile()
249 bool RequiresNullTerminator, bool IsVolatile, in getFile()
265 bool IsText, bool RequiresNullTerminator, bool IsVolatile, in getFileAux()
342 bool RequiresNullTerminator, in shouldUseMmap()
449 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
[all …]
H A DVirtualFileSystem.cpp119 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
227 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
711 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
2410 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp541 bool RequiresNullTerminator) { in getBufferForFile()
569 bool RequiresNullTerminator) { in getBufferForFileImpl()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp282 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp4031 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()