Searched refs:bytes_end (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
H A DStreamWriter.cpp46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end());
H A DRecordSerialization.cpp115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end());
/external/llvm/tools/llvm-pdbdump/fuzzer/
H A Dllvm-pdbdump-fuzzer.cpp38 Buffer->getBuffer().bytes_end())),
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp36 Buffer->getBuffer().bytes_end())),
/external/llvm/include/llvm/ADT/
H A DStringRef.h102 const unsigned char *bytes_end() const { function in class:llvm::StringRef
106 return make_range(bytes_begin(), bytes_end());
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h110 const unsigned char *bytes_end() const { function in class:llvm::StringRef
114 return make_range(bytes_begin(), bytes_end());
/external/llvm/include/llvm/IR/
H A DMetadata.h597 const unsigned char *bytes_end() const { return getString().bytes_end(); } function in class:llvm::MDString
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h615 const unsigned char *bytes_end() const { return getString().bytes_end(); } function in class:llvm::MDString
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp951 Subsection.bytes_end());
1095 if (auto EC = CVTD.dump({Data.bytes_begin(), Data.bytes_end()})) {
1542 if (auto EC = CVTD.dump({Buf.str().bytes_begin(), Buf.str().bytes_end()})) {
/external/v8/src/wasm/
H A Dwasm-objects.cc938 const byte* bytes_end = bytes_start + offset_table->length() - 1; local
939 asm_offsets = wasm::DecodeAsmJsOffsets(bytes_start, bytes_end);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp462 Error E = CVTD.dump({Record.bytes_begin(), Record.bytes_end()});
478 ByteStream<> Stream({Record.bytes_begin(), Record.bytes_end()});
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp381 for (const unsigned char* i = input.bytes_end() - 1; i >= input.bytes_begin();
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1626 FaultMapContents.bytes_end());
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c3487 sljit_u8 *bytes, *bytes_end, byte; local
3758 bytes_end = bytes + 32;
3779 while (chars[0] != 255 && bytes < bytes_end);
3780 bytes = bytes_end - 32;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1747 Record.append(Str.bytes_begin(), Str.bytes_end());

Completed in 398 milliseconds