Home
last modified time | relevance | path

Searched defs:bytes_end (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c88 const unsigned char *bytes_end = data + dwarf->sectiondata[sec_idx]->d_size; in INTDEF() local
/external/llvm/include/llvm/ADT/
DStringRef.h102 const unsigned char *bytes_end() const { in bytes_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h110 const unsigned char *bytes_end() const { in bytes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringRef.h129 const unsigned char *bytes_end() const { in bytes_end() function
/external/llvm-project/llvm/include/llvm/ADT/
DStringRef.h138 const unsigned char *bytes_end() const { in bytes_end() function
/external/llvm/include/llvm/IR/
DMetadata.h597 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h634 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/llvm-project/llvm/include/llvm/IR/
DMetadata.h632 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/pcre/dist2/src/
Dpcre2_jit_compile.c5372 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local