| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 105 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 D | Formatters.cpp | 23 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
| H A D | LazyRandomTypeCollection.cpp | 54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ScriptLexer.cpp | 316 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 D | InstrumentationMap.cpp | 149 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 D | xxhash.cpp | 74 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
| H A D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 125 ? Data.bytes_end() in emitRawBytes()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 82 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 135 const unsigned char *bytes_end() const { in bytes_end() function 139 return make_range(bytes_begin(), bytes_end()); in bytes()
|
| H A D | StringExtras.h | 64 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ObjDumper.cpp | 73 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList()
|
| H A D | COFFDumper.cpp | 1210 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 D | llvm-conventions.cpp | 51 const unsigned char *bytes_end() const;
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | DialectSymbolParser.cpp | 172 identifier.bytes_end() == p.getTokenSpelling().bytes_begin(); in parseExtendedSymbol()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 36 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | rtl.cpp | 309 static_cast<const void *>((*BinaryOrErr)->getImage().bytes_end())); in getExecutableImage()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 89 const uint8_t *End = Buffer.bytes_end(); in validateInBounds()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 642 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
| /llvm-project-15.0.7/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 594 *InputFileEnd = InputFileText.bytes_end(); in DumpAnnotatedInput()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | BitcodeWriter.cpp | 279 BlockIdName.bytes_end())); in emitBlockID()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Serialization.cpp | 292 std::copy(Digest.bytes_begin(), Digest.bytes_end(), IGN.Digest.begin()); in readIncludeGraphNode()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 495 const uint8_t *EndP = NameStrings.bytes_end(); in readPGOFuncNameStrings()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELF.h | 738 return getDynSymtabSizeFromGnuHash<ELFT>(*Table, this->Buf.bytes_end()); in getDynSymtabSize()
|
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 1077 std::copy(Binary.getImage().bytes_begin(), Binary.getImage().bytes_end(), in writeOffloadFile()
|