Searched refs:getBufferEnd (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h50 uint8_t *getBufferEnd() { function in class:llvm::FileOutputBuffer
H A DMemoryBuffer.h51 const char *getBufferEnd() const { return BufferEnd; } function in class:llvm::MemoryBuffer
/external/llvm/lib/Support/
H A DLineIterator.cpp23 assert(Buffer.getBufferEnd()[0] == '\0');
H A DFileUtilities.cpp198 const char *File1End = F1->getBufferEnd();
199 const char *File2End = F2->getBufferEnd();
H A DSourceMgr.cpp78 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd())
170 const char *BufEnd = CurMB->getBufferEnd();
H A DYAMLParser.cpp714 End = InputBuffer->getBufferEnd();
721 , End(InputBuffer->getBufferEnd())
/external/llvm/lib/IRReader/
H A DIRReader.cpp35 (const unsigned char *)Buffer->getBufferEnd())) {
70 (const unsigned char *)Buffer->getBufferEnd())) {
/external/llvm/unittests/Support/
H A DFileOutputBufferTest.cpp46 memcpy(Buffer->getBufferEnd() - 20, "AABBCCDDEEFFGGHHIIJJ", 20);
82 memcpy(Buffer->getBufferEnd() - 20, "AABBCCDDEEFFGGHHIIJJ", 20);
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp182 const char *End = DataBuffer->getBufferEnd();
225 if (Start + ProfileSize > DataBuffer->getBufferEnd())
254 RawName.data() + RawName.size() > DataBuffer->getBufferEnd() ||
299 if ((const unsigned char *)DataBuffer->getBufferEnd() - Cur < 24)
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp111 const char* FileEnd = Buf->getBufferEnd();
230 const char* FileEnd = Buf->getBufferEnd();
275 const char* FileEnd = Buf->getBufferEnd();
/external/clang/lib/Lex/
H A DHeaderMap.cpp147 if ((const char*)(BucketPtr+1) > FileBuffer->getBufferEnd()) {
H A DPTHLexer.cpp460 const unsigned char *BufEnd = (const unsigned char*)File->getBufferEnd();
575 assert(IDData < (const unsigned char*)Buf->getBufferEnd());
H A DPreprocessor.cpp374 if (Position < Buffer->getBufferEnd()) {
384 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);
H A DLexer.cpp115 InputFile->getBufferEnd());
149 FromFile->getBufferEnd());
552 Buffer->getBufferStart(), Buffer->getBufferEnd());
568 while (CurPtr != Buffer->getBufferEnd()) {
576 if (CurPtr != Buffer->getBufferEnd())
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp590 while (LineStart != MemBuf->getBufferEnd() &&
594 while (LineStart != MemBuf->getBufferEnd() && *LineStart != '\0') {
596 while (LineEnd != MemBuf->getBufferEnd() &&
608 while (LineStart != MemBuf->getBufferEnd() &&
/external/clang/lib/Serialization/
H A DModuleManager.cpp132 (const unsigned char *)New->Buffer->getBufferEnd());
H A DGlobalModuleIndex.cpp250 (const unsigned char *)Buffer->getBufferEnd());
508 (const unsigned char *)Buffer->getBufferEnd());
/external/llvm/lib/Object/
H A DArchive.cpp112 if (NextLoc >= Parent->Data->getBufferEnd())
H A DCOFFObjectFile.cpp51 Addr + Size > uintptr_t(M.getBufferEnd())) {
844 if (ConEnd > uintptr_t(Data->getBufferEnd()))
/external/clang/lib/Frontend/
H A DFrontendActions.cpp628 const char *end = Buffer->getBufferEnd();
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp205 if (Pos + 1 < FromFile.getBufferEnd() && Pos[1] == '\r')
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp358 const char* FileEnd = Buf->getBufferEnd();
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp273 (const unsigned char *)Buffer->getBufferEnd());
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp181 if (CurPtr-1 != CurBuf->getBufferEnd())
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp632 for (const char *Ptr = MB->getBufferStart(), *End = MB->getBufferEnd();

Completed in 433 milliseconds

12