HomeSort by relevance Sort by last modified time
    Searched refs:getBufferEnd (Results 1 - 25 of 53) sorted by null

1 2 3

  /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/swiftshader/third_party/LLVM/include/llvm/Support/
IRReader.h 39 (const unsigned char *)Buffer->getBufferEnd())) {
79 (const unsigned char *)Buffer->getBufferEnd())) {
MemoryBuffer.h 49 const char *getBufferEnd() const { return BufferEnd; }
  /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 64 (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/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 77 Loc.getPointer() <= Buffers[i].Buffer->getBufferEnd())
163 while (LineEnd != CurMB->getBufferEnd() &&
FileUtilities.cpp 220 const char *File1End = F1->getBufferEnd();
221 const char *File2End = F2->getBufferEnd();
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 54 if (CurPtr-1 != CurBuf->getBufferEnd())
148 if (*CurPtr == 0 && CurPtr == CurBuf->getBufferEnd())
181 if (CurPtr == CurBuf->getBufferEnd())
286 if (CurPtr == CurBuf->getBufferEnd())
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliLexer.java 120 public int getBufferEnd() {
  /external/llvm/tools/sanstats/
sanstats.cpp 124 const char *Begin = MB->getBufferStart(), *End = MB->getBufferEnd();
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveReader.cpp 259 const char *End = mapfile->getBufferEnd();
373 const char *End = mapfile->getBufferEnd();
482 ArchiveMember* mbr = parseMemberHeader(modptr, mapfile->getBufferEnd(),
523 const char* End = mapfile->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/swiftshader/third_party/LLVM/lib/Object/
Archive.cpp 66 if (NextLoc >= Parent->Data->getBufferEnd())
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 151 Buffer->getBufferStart(), BufferPos, Buffer->getBufferEnd());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 708 while (LineStart != MemBuf->getBufferEnd() && std::isspace(*LineStart))
711 while (LineStart != MemBuf->getBufferEnd() && *LineStart != '\0') {
713 while (LineEnd != MemBuf->getBufferEnd() && *LineEnd != '\r' &&
725 while (LineStart != MemBuf->getBufferEnd() && std::isspace(*LineStart))
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 277 const char *End = DataBuffer->getBufferEnd();
338 if (Start + ValueDataOffset > DataBuffer->getBufferEnd())
411 ValueDataStart, (const unsigned char *)DataBuffer->getBufferEnd(),
629 if ((const unsigned char *)DataBuffer->getBufferEnd() - Cur < 24)
  /external/clang/lib/Lex/
PTHLexer.cpp 451 const unsigned char *BufEnd = (const unsigned char*)File->getBufferEnd();
566 assert(IDData < (const unsigned char*)Buf->getBufferEnd());
  /external/llvm/lib/Object/
Archive.cpp 186 if (NextLoc == Parent->Data.getBufferEnd())
190 if (NextLoc > Parent->Data.getBufferEnd())

Completed in 478 milliseconds

1 2 3