Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DMemoryBuffer.cpp49 bool RequiresNullTerminator) { in init()
89 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { in MemoryBufferMem()
116 bool RequiresNullTerminator) { in getMemBuffer()
123 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { in getMemBuffer()
147 bool RequiresNullTerminator) { in getFileOrSTDIN()
203 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile()
240 bool RequiresNullTerminator, bool IsVolatile) { in getFile()
254 bool IsText, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
322 bool RequiresNullTerminator, in shouldUseMmap()
429 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
[all …]
H A DVirtualFileSystem.cpp120 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
228 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
712 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
2356 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadsafeFS.cpp58 bool RequiresNullTerminator, bool /*IsVolatile*/) override { in getBuffer() argument
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp565 bool RequiresNullTerminator) { in getBufferForFile()
593 bool RequiresNullTerminator) { in getBufferForFileImpl()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp281 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp420 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, in getBuffer()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp4121 LLVMBool RequiresNullTerminator) { in LLVMCreateMemoryBufferWithMemoryRange()