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

/external/llvm/lib/Support/
H A DMemoryBuffer.cpp47 bool RequiresNullTerminator) {
48 assert((!RequiresNullTerminator || BufEnd[0] == 0) &&
82 MemoryBufferMem(StringRef InputData, bool RequiresNullTerminator) { argument
83 init(InputData.begin(), InputData.end(), RequiresNullTerminator);
98 /// that InputData must be a null terminated if RequiresNullTerminator is true!
101 bool RequiresNullTerminator) {
103 MemoryBufferMem(InputData, RequiresNullTerminator);
187 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, argument
193 init(Start, Start + Len, RequiresNullTerminator);
230 getFileAux(const char *Filename, int64_t FileSize, bool RequiresNullTerminator,
46 init(const char *BufStart, const char *BufEnd, bool RequiresNullTerminator) argument
99 getMemBuffer(StringRef InputData, StringRef BufferName, bool RequiresNullTerminator) argument
234 getFile(Twine Filename, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatileSize) argument
249 getFileAux(const char *Filename, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatileSize) argument
263 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatileSize) argument
312 getOpenFileImpl(int FD, const char *Filename, uint64_t FileSize, uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) argument
390 getOpenFile(int FD, const char *Filename, uint64_t FileSize, bool RequiresNullTerminator, bool IsVolatileSize) argument
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp72 int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) {
78 F->getBuffer(Name, Result, FileSize, RequiresNullTerminator, IsVolatile);
102 bool RequiresNullTerminator = true,
126 bool RequiresNullTerminator,
131 RequiresNullTerminator, IsVolatile);
70 getBufferForFile( const llvm::Twine &Name, std::unique_ptr<MemoryBuffer> &Result, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
123 getBuffer(const Twine &Name, std::unique_ptr<MemoryBuffer> &Result, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
/external/llvm/lib/IR/
H A DCore.cpp2633 LLVMBool RequiresNullTerminator) {
2638 RequiresNullTerminator));
2629 LLVMCreateMemoryBufferWithMemoryRange( const char *InputData, size_t InputDataLength, const char *BufferName, LLVMBool RequiresNullTerminator) argument

Completed in 408 milliseconds