/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local 170 if (bytes_end - bytes < 8) in INTDEF() 176 if (bytes_end - bytes < 2) in INTDEF() 185 if (bytes_end - bytes < 1) in INTDEF()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end()); in consume()
|
D | StreamWriter.cpp | 46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
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()
|
D | Formatters.cpp | 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
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()
|
D | Formatters.cpp | 21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
/external/llvm-project/lld/ELF/ |
D | ScriptLexer.cpp | 292 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 38 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 128 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0) in loadObj() 146 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) { in loadObj()
|
/external/llvm-project/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 151 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj() 170 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()
|
/external/llvm-project/llvm/lib/Support/ |
D | xxhash.cpp | 75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | xxhash.cpp | 75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
|
D | BinaryStreamRef.cpp | 76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 124 ? Data.bytes_end() in emitRawBytes()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 36 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXTargetStreamer.cpp | 124 ? Data.bytes_end() in emitRawBytes()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 102 const unsigned char *bytes_end() const { in bytes_end() function 106 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 115 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionsAsString()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 129 const unsigned char *bytes_end() const { in bytes_end() function 133 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | StringRef.h | 138 const unsigned char *bytes_end() const { in bytes_end() function 142 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 110 const unsigned char *bytes_end() const { in bytes_end() function 114 return make_range(bytes_begin(), bytes_end()); in bytes()
|