|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/StringExtras.h 61 return {Input.bytes_begin(), Input.bytes_end()};
include/llvm/ADT/StringRef.h 132 return make_range(bytes_begin(), bytes_end());
include/llvm/DebugInfo/CodeView/TypeHashing.h 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {}
include/llvm/IR/Metadata.h 633 const unsigned char *bytes_end() const { return getString().bytes_end(); }
include/llvm/Support/BinaryByteStream.h 37 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {}
lib/Bitcode/Writer/BitcodeWriter.cpp 1942 Record.append(Str.bytes_begin(), Str.bytes_end());
lib/DebugInfo/CodeView/Formatters.cpp 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {}
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp 53 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) {
lib/DebugInfo/CodeView/RecordSerialization.cpp 105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
lib/ProfileData/InstrProf.cpp 438 const uint8_t *EndP = NameStrings.bytes_end();
lib/Support/BinaryStreamRef.cpp 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()),
lib/Support/xxhash.cpp 75 const unsigned char *const BEnd = Data.bytes_end();
lib/Target/ARM/ARMISelLowering.cpp 3396 std::copy(S.bytes_begin(), S.bytes_end(), V.begin());
lib/XRay/InstrumentationMap.cpp 116 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0)
134 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) {
tools/clang/lib/Sema/SemaExprObjC.cpp 538 const llvm::UTF8 *StrEnd = Str.bytes_end();
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp 279 BlockIdName.bytes_end()));
tools/clang/tools/extra/clangd/index/Serialization.cpp 262 std::copy(Digest.bytes_begin(), Digest.bytes_end(), IGN.Digest.begin());
tools/lld/ELF/ScriptLexer.cpp 290 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end();
290 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end();
tools/llvm-objdump/llvm-objdump.cpp 2005 FaultMapContents.bytes_end());
tools/llvm-readobj/COFFDumper.cpp 1164 Subsection.bytes_end());
1940 const uint8_t *End = AddrsigContents.bytes_end();
tools/llvm-readobj/ObjDumper.cpp 101 const uint8_t *SecEnd = SectionContent.bytes_end();
utils/FileCheck/FileCheck.cpp 410 *InputFileEnd = InputFileText.bytes_end();