Home
last modified time | relevance | path

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

123

/external/elfutils/libdw/
Ddwarf_nextcu.c88 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/
DRecordSerialization.cpp115 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()
DStreamWriter.cpp46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
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()
DFormatters.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
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()
DFormatters.cpp21 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
/external/llvm-project/lld/ELF/
DScriptLexer.cpp292 return s.bytes_begin() <= t.bytes_begin() && t.bytes_end() <= s.bytes_end(); in encloses()
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp38 Buffer->getBuffer().bytes_end())), in InputByteStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp128 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/
DInstrumentationMap.cpp151 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/
Dxxhash.cpp75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp75 const unsigned char *const BEnd = Data.bytes_end(); in xxHash64()
DBinaryStreamRef.cpp76 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp124 ? Data.bytes_end() in emitRawBytes()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp36 Buffer->getBuffer().bytes_end())), in InputByteStream()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp124 ? Data.bytes_end() in emitRawBytes()
/external/llvm/include/llvm/ADT/
DStringRef.h102 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/
DObjDumper.cpp115 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionsAsString()
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h80 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h129 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/
DStringRef.h138 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/
DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
114 return make_range(bytes_begin(), bytes_end()); in bytes()

123