| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | MemoryBuffer.h | 66 const char *getBufferEnd() const { return BufferEnd; } in getBufferEnd() function 168 using MemoryBuffer::getBufferEnd; 176 char *getBufferEnd() { in getBufferEnd() function 177 return const_cast<char *>(MemoryBuffer::getBufferEnd()); in getBufferEnd() 180 return {getBufferStart(), getBufferEnd()}; in getBuffer() 226 using MemoryBuffer::getBufferEnd; 234 char *getBufferEnd() { in getBufferEnd() function 235 return const_cast<char *>(MemoryBuffer::getBufferEnd()); in getBufferEnd() 238 return {getBufferStart(), getBufferEnd()}; in getBuffer()
|
| H A D | BinaryByteStream.h | 213 Buffer->getBufferEnd()), in StreamImpl() 228 uint8_t *getBufferEnd() const { return FileBuffer->getBufferEnd(); } in getBufferEnd() function 265 uint8_t *getBufferEnd() const { return Impl.getBufferEnd(); } in getBufferEnd() function
|
| H A D | FileOutputBuffer.h | 55 virtual uint8_t *getBufferEnd() const = 0;
|
| H A D | MemoryBufferRef.h | 36 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CodeGenCoverage.cpp | 48 while (CurPtr != Buffer.getBufferEnd()) { in parse() 53 if (CurPtr == Buffer.getBufferEnd()) in parse() 57 while (CurPtr != Buffer.getBufferEnd()) { in parse() 58 if (std::distance(CurPtr, Buffer.getBufferEnd()) < 8) in parse()
|
| H A D | FileOutputBuffer.cpp | 41 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anon8b42c9320111::OnDiskBuffer 84 uint8_t *getBufferEnd() const override { in getBufferEnd() function in __anon8b42c9320111::InMemoryBuffer
|
| H A D | SourceMgr.cpp | 66 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd()) in FindBufferContainingLoc() 97 assert(Ptr >= BufStart && Ptr <= Buffer->getBufferEnd()); in getLineNumberSpecialized() 236 if (Ptr + ColNo > SB.Buffer->getBufferEnd()) in FindLocForLineAndColumn() 288 const char *BufEnd = CurMB->getBufferEnd(); in GetMessage()
|
| H A D | FileUtilities.cpp | 205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance() 206 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance()
|
| H A D | LineIterator.cpp | 47 assert(Buffer.getBufferEnd()[0] == '\0'); in line_iterator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 36 (const unsigned char *)Buffer->getBufferEnd())) { in getLazyIRModule() 75 (const unsigned char *)Buffer.getBufferEnd())) { in parseIR()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| H A D | HTMLRewrite.cpp | 112 const char* FileEnd = Buf.getBufferEnd(); in EscapeText() 231 const char* FileEnd = Buf.getBufferEnd(); in AddLineNumbers() 279 const char* FileEnd = Buf.getBufferEnd(); in AddHeaderFooterInternalBuiltinCSS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 714 while (LineStart != MemBuf->getBufferEnd() && isSpace(*LineStart)) in checkAllRulesInBuffer() 717 while (LineStart != MemBuf->getBufferEnd() && *LineStart != '\0') { in checkAllRulesInBuffer() 719 while (LineEnd != MemBuf->getBufferEnd() && *LineEnd != '\r' && in checkAllRulesInBuffer() 740 while (LineStart != MemBuf->getBufferEnd() && isSpace(*LineStart)) in checkAllRulesInBuffer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 325 const char *End = DataBuffer->getBufferEnd(); in readNextHeader() 389 if (Start + ValueDataOffset > DataBuffer->getBufferEnd()) in readHeader() 467 ValueDataStart, (const unsigned char *)DataBuffer->getBufferEnd(), in readValueProfilingData() 814 if ((const unsigned char *)DataBuffer->getBufferEnd() - Cur < 24) in readHeader()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/sanstats/ |
| H A D | sanstats.cpp | 136 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | SymbolMap.cpp | 128 MemBuf.getBufferEnd() - MemBuf.getBufferStart()); in Load()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/ |
| H A D | llvm-mt.cpp | 150 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(), in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 139 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 112 LocData < Buffer.getBufferEnd()); in PrintSourceForLocation() 121 LineEnd < Buffer.getBufferEnd(); in PrintSourceForLocation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 158 Buffer->getBufferStart(), BufferPos, Buffer->getBufferEnd()); in NormalizeLine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Binary.h | 169 Addr + Size > reinterpret_cast<uintptr_t>(M.getBufferEnd()) || in checkOffset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/ |
| H A D | split-file.cpp | 110 partToBegin[lastPart].end = inputBuf.getBufferEnd(); in handle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/ |
| H A D | llvm-cvtres.cpp | 218 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(), in main()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 426 if (Position > Buffer->getBufferEnd()) in SetCodeCompletionPoint() 427 Position = Buffer->getBufferEnd(); in SetCodeCompletionPoint() 437 std::copy(Position, Buffer->getBufferEnd(), NewPos+1); in SetCodeCompletionPoint()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 47 Result.Contents.append(Buffer->getBufferStart(), Buffer->getBufferEnd()); in createFileEntry()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugUtils.cpp | 326 << " -- " << (const void *)(Obj->getBufferEnd() - 1) << " ] to " in operator ()()
|