/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 50 uint8_t *getBufferEnd() {
|
MemoryBuffer.h | 50 const char *getBufferEnd() const { return BufferEnd; } 164 const char *getBufferEnd() const { return Buffer.end(); }
|
/frameworks/compile/mclinker/include/mcld/Support/ |
FileOutputBuffer.h | 41 uint8_t* getBufferEnd() {
|
/external/llvm/unittests/Support/ |
FileOutputBufferTest.cpp | 49 memcpy(Buffer->getBufferEnd() - 20, "AABBCCDDEEFFGGHHIIJJ", 20); 88 memcpy(Buffer->getBufferEnd() - 20, "AABBCCDDEEFFGGHHIIJJ", 20);
|
/external/clang/lib/Frontend/ |
PCHContainerOperations.cpp | 60 (const unsigned char *)Buffer.getBufferEnd());
|
SerializedDiagnosticReader.cpp | 30 (const unsigned char *)(*Buffer)->getBufferEnd());
|
/external/llvm/lib/Support/ |
LineIterator.cpp | 44 assert(Buffer.getBufferEnd()[0] == '\0');
|
FileUtilities.cpp | 198 const char *File1End = F1.getBufferEnd(); 199 const char *File2End = F2.getBufferEnd();
|
SourceMgr.cpp | 71 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd()) 163 const char *BufEnd = CurMB->getBufferEnd();
|
/external/llvm/lib/IRReader/ |
IRReader.cpp | 36 (const unsigned char *)Buffer->getBufferEnd())) { 71 (const unsigned char *)Buffer.getBufferEnd())) {
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/ |
SmaliLexer.java | 120 public int getBufferEnd() {
|
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 111 const char* FileEnd = Buf->getBufferEnd(); 230 const char* FileEnd = Buf->getBufferEnd(); 275 const char* FileEnd = Buf->getBufferEnd();
|
/external/clang/lib/Lex/ |
HeaderMap.cpp | 143 if ((const char*)(BucketPtr+1) > FileBuffer->getBufferEnd()) {
|
PTHLexer.cpp | 451 const unsigned char *BufEnd = (const unsigned char*)File->getBufferEnd(); 566 assert(IDData < (const unsigned char*)Buf->getBufferEnd());
|
Preprocessor.cpp | 410 if (Position > Buffer->getBufferEnd()) 411 Position = Buffer->getBufferEnd(); 422 std::copy(Position, Buffer->getBufferEnd(), NewPos+1); [all...] |
Lexer.cpp | 115 InputFile->getBufferEnd()); 147 FromFile->getBufferStart(), FromFile->getBufferEnd()) {} [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
IssueHash.cpp | 148 Buffer->getBufferStart(), BufferPos, Buffer->getBufferEnd());
|
HTMLDiagnostics.cpp | 376 const char* FileEnd = Buf->getBufferEnd();
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldChecker.cpp | 706 while (LineStart != MemBuf->getBufferEnd() && std::isspace(*LineStart)) 709 while (LineStart != MemBuf->getBufferEnd() && *LineStart != '\0') { 711 while (LineEnd != MemBuf->getBufferEnd() && *LineEnd != '\r' && 723 while (LineStart != MemBuf->getBufferEnd() && std::isspace(*LineStart)) [all...] |
/external/llvm/lib/Object/ |
Archive.cpp | 168 if (NextLoc == Parent->Data.getBufferEnd()) 172 if (NextLoc > Parent->Data.getBufferEnd())
|
/external/llvm/tools/sancov/ |
sancov.cc | 426 readInts<uint64_t>(Buf->getBufferStart() + 8, Buf->getBufferEnd(), 430 readInts<uint32_t>(Buf->getBufferStart() + 8, Buf->getBufferEnd(),
|
/external/clang/lib/CodeGen/ |
ObjectFilePCHContainerOperations.cpp | 299 (const unsigned char *)Buffer.getBufferEnd());
|
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 257 const char *End = DataBuffer->getBufferEnd(); 318 if (Start + ProfileSize > DataBuffer->getBufferEnd()) 560 if ((const unsigned char *)DataBuffer->getBufferEnd() - Cur < 24)
|
/external/clang/lib/Frontend/Rewrite/ |
InclusionRewriter.cpp | 225 if (Pos + 1 < FromFile.getBufferEnd() && Pos[1] == '\r')
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 157 Addr + Size > uintptr_t(M.getBufferEnd()) ||
|