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

  /external/v8/src/wasm/
wasm-debug.cc 37 const byte *bytes_end = bytes_start + wasm_bytes->length(); local
38 function_offsets = wasm::DecodeWasmFunctionOffsets(bytes_start, bytes_end);
  /external/llvm/include/llvm/ADT/
StringRef.h 101 const unsigned char *bytes_end() const { function in class:llvm::StringRef
  /external/llvm/include/llvm/IR/
Metadata.h 538 const unsigned char *bytes_end() const { return getString().bytes_end(); } function in class:llvm::MDString
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 268 const char* bytes_end = bytes_start + read_len; local
269 buffer_.insert(buffer_.end(), bytes_start, bytes_end);
270 *bytes_p = 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 694 Record.append(MDS->bytes_begin(), MDS->bytes_end());
705 Record.append(Str.bytes_begin(), Str.bytes_end());
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 335 milliseconds