Home
last modified time | relevance | path

Searched refs:bytes_end (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
H A DFormatters.cpp23 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
H A DLazyRandomTypeCollection.cpp54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
/llvm-project-15.0.7/lld/ELF/
H A DScriptLexer.cpp316 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/llvm-project-15.0.7/llvm/lib/XRay/
H A DInstrumentationMap.cpp149 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj()
168 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
/llvm-project-15.0.7/llvm/lib/Support/
H A Dxxhash.cpp74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
H A DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp125 ? Data.bytes_end() in emitRawBytes()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h82 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringRef.h135 const unsigned char *bytes_end() const { in bytes_end() function
139 return make_range(bytes_begin(), bytes_end()); in bytes()
H A DStringExtras.h64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DObjDumper.cpp73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
H A DCOFFDumper.cpp1210 Subsection.bytes_end()); in printCodeViewSymbolsSubsection()
1972 const uint8_t *End = AddrsigContents.bytes_end(); in printAddrsig()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dllvm-conventions.cpp51 const unsigned char *bytes_end() const;
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DDialectSymbolParser.cpp172 identifier.bytes_end() == p.getTokenSpelling().bytes_begin(); in parseExtendedSymbol()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryByteStream.h36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp309 static_cast<const void *>((*BinaryOrErr)->getImage().bytes_end())); in getExecutableImage()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp89 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMetadata.h642 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp594 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp279 BlockIdName.bytes_end())); in emitBlockID()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSerialization.cpp292 std::copy(Digest.bytes_begin(), Digest.bytes_end(), IGN.Digest.begin()); in readIncludeGraphNode()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp495 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h738 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp1077 std::copy(Binary.getImage().bytes_begin(), Binary.getImage().bytes_end(), in writeOffloadFile()

12