HomeSort by relevance Sort by last modified time
    Searched refs:bytes_end (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/DebugInfo/CodeView/
StreamWriter.cpp 46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end());
RecordSerialization.cpp 115 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/
llvm-pdbdump-fuzzer.cpp 38 Buffer->getBuffer().bytes_end())),
  /external/v8/src/wasm/
wasm-debug.cc 44 const byte *bytes_end = bytes_start + asm_offset_tables->length(); local
45 asm_offsets = wasm::DecodeAsmJsOffsets(bytes_start, bytes_end);
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 36 Buffer->getBuffer().bytes_end())),
  /external/llvm/include/llvm/ADT/
StringRef.h 102 const unsigned char *bytes_end() const { function in class:llvm::StringRef
106 return make_range(bytes_begin(), bytes_end());
  /external/llvm/include/llvm/IR/
Metadata.h 597 const unsigned char *bytes_end() const { return getString().bytes_end(); } function in class:llvm::MDString
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 274 const char* bytes_end = bytes_start + read_len; local
275 buffer_.insert(buffer_.end(), bytes_start, bytes_end);
276 *bytes_p = bytes_end;
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 232 for (const unsigned char* i = input.bytes_end() - 1; i >= input.bytes_begin();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 462 Error E = CVTD.dump({Record.bytes_begin(), Record.bytes_end()});
478 ByteStream<> Stream({Record.bytes_begin(), Record.bytes_end()});
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 667 Record.append(MDS->bytes_begin(), MDS->bytes_end());
678 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 665 Record.append(MDS->bytes_begin(), MDS->bytes_end());
676 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 695 Record.append(MDS->bytes_begin(), MDS->bytes_end());
706 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 3487 sljit_u8 *bytes, *bytes_end, byte; local
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1115 milliseconds