Searched refs:getBufferEnd (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp69 const uint8_t *End = reinterpret_cast<const uint8_t *>(Data.getBufferEnd());
H A DArchive.cpp445 if (NextLoc == Parent->getMemoryBufferRef().getBufferEnd())
607 if (NextLoc > Parent->Data.getBufferEnd()) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp358 *BufferEnd = Buffer->getBufferEnd();
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp146 InputFile.getBufferEnd());
172 FromFile.getBufferStart(), FromFile.getBufferEnd(),
H A DModuleMap.cpp3140 Buffer->getBufferEnd());
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DWriter.cpp1184 ArrayRef<uint8_t> data{buffer->getBufferStart(), buffer->getBufferEnd()};
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1165 assert(FuncRecordsBuffer == WritableBuffer->getBufferEnd() &&
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp918 const char *FileEnd = Buf.getBufferEnd();
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1008 const char *end = Buffer->getBufferEnd();
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp872 End = InputBuffer.getBufferEnd();
H A DCommandLine.cpp1149 ArrayRef<char> BufRef(MemBuf.getBufferStart(), MemBuf.getBufferEnd());
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1243 CompressedMemBuffer->getBufferEnd());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1145 BF->getBufferStart() + SLInfo.second, BF->getBufferEnd());
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1430 for (const char *Ptr = MB.getBufferStart(), *End = MB.getBufferEnd();
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1219 const unsigned char *End = (const unsigned char *)Buffer.getBufferEnd();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp593 if (Loc >= Buffer.getBufferStart() && Loc <= Buffer.getBufferEnd()) {
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp708 MainFileEnd = MainBuf.getBufferEnd();
H A DRewriteObjC.cpp636 MainFileEnd = MainBuf.getBufferEnd();
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5212 (const unsigned char *)Buf.getBufferEnd())) {

Completed in 319 milliseconds

12