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

/external/llvm/lib/Support/
H A DMemoryBuffer.cpp46 bool RequiresNullTerminator) {
47 assert((!RequiresNullTerminator || BufEnd[0] == 0) &&
85 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { argument
86 init(InputData.begin(), InputData.end(), RequiresNullTerminator);
102 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize);
106 bool RequiresNullTerminator) {
108 MemoryBufferMem(InputData, RequiresNullTerminator);
113 MemoryBuffer::getMemBuffer(MemoryBufferRef Ref, bool RequiresNullTerminator) { argument
115 Ref.getBuffer(), Ref.getBufferIdentifier(), RequiresNullTerminator));
166 bool RequiresNullTerminator) {
45 init(const char *BufStart, const char *BufEnd, bool RequiresNullTerminator) argument
105 getMemBuffer(StringRef InputData, StringRef BufferName, bool RequiresNullTerminator) argument
165 getFileOrSTDIN(const Twine &Filename, int64_t FileSize, bool RequiresNullTerminator) argument
206 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, uint64_t Offset, std::error_code &EC) argument
248 getFile(const Twine &Filename, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatileSize) argument
260 getFileAux(const Twine &Filename, int64_t FileSize, uint64_t MapSize, uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) argument
274 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatileSize) argument
331 getOpenFileImpl(int FD, const Twine &Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) argument
409 getOpenFile(int FD, const Twine &Filename, uint64_t FileSize, bool RequiresNullTerminator, bool IsVolatileSize) argument
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp93 bool RequiresNullTerminator, bool IsVolatile) {
98 return (*F)->getBuffer(Name, FileSize, RequiresNullTerminator, IsVolatile);
135 bool RequiresNullTerminator,
155 bool RequiresNullTerminator, bool IsVolatile) {
157 return MemoryBuffer::getOpenFile(FD, Name, FileSize, RequiresNullTerminator,
433 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator,
437 Buf->getBuffer(), Buf->getBufferIdentifier(), RequiresNullTerminator);
1312 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator,
1314 return InnerFile->getBuffer(Name, FileSize, RequiresNullTerminator,
92 getBufferForFile(const llvm::Twine &Name, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
154 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
/external/llvm/lib/IR/
H A DCore.cpp2871 LLVMBool RequiresNullTerminator) {
2875 RequiresNullTerminator).release());
2867 LLVMCreateMemoryBufferWithMemoryRange( const char *InputData, size_t InputDataLength, const char *BufferName, LLVMBool RequiresNullTerminator) argument

Completed in 727 milliseconds