Home
last modified time | relevance | path

Searched refs:getBufferEnd (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemoryBuffer.h66 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 DBinaryByteStream.h213 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 DFileOutputBuffer.h55 virtual uint8_t *getBufferEnd() const = 0;
H A DMemoryBufferRef.h36 const char *getBufferEnd() const { return Buffer.end(); } in getBufferEnd() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCodeGenCoverage.cpp48 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 DFileOutputBuffer.cpp41 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 DSourceMgr.cpp66 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 DFileUtilities.cpp205 const char *File1End = F1.getBufferEnd(); in DiffFilesWithTolerance()
206 const char *File2End = F2.getBufferEnd(); in DiffFilesWithTolerance()
H A DLineIterator.cpp47 assert(Buffer.getBufferEnd()[0] == '\0'); in line_iterator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IRReader/
H A DIRReader.cpp36 (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 DHTMLRewrite.cpp112 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 DRuntimeDyldChecker.cpp714 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 DInstrProfReader.cpp325 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 Dsanstats.cpp136 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd(); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DSymbolMap.cpp128 MemBuf.getBufferEnd() - MemBuf.getBufferStart()); in Load()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp150 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(), in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h139 char *getBufferEnd() { return Buffer + CurrentPosition - 1; } in getBufferEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp112 LocData < Buffer.getBufferEnd()); in PrintSourceForLocation()
121 LineEnd < Buffer.getBufferEnd(); in PrintSourceForLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp158 Buffer->getBufferStart(), BufferPos, Buffer->getBufferEnd()); in NormalizeLine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h169 Addr + Size > reinterpret_cast<uintptr_t>(M.getBufferEnd()) || in checkOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp110 partToBegin[lastPart].end = inputBuf.getBufferEnd(); in handle()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp218 std::copy(OutputBuffer->getBufferStart(), OutputBuffer->getBufferEnd(), in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp426 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 DDependencyScanningFilesystem.cpp47 Result.Contents.append(Buffer->getBufferStart(), Buffer->getBufferEnd()); in createFileEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp326 << " -- " << (const void *)(Obj->getBufferEnd() - 1) << " ] to " in operator ()()

12