Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc37 const byte *bytes_end = bytes_start + wasm_bytes->length(); in GetOrCreateFunctionOffsetTable() local
38 function_offsets = wasm::DecodeWasmFunctionOffsets(bytes_start, bytes_end); in GetOrCreateFunctionOffsetTable()
/external/llvm/include/llvm/ADT/
DStringRef.h101 const unsigned char *bytes_end() const { in bytes_end() function
/external/llvm/include/llvm/IR/
DMetadata.h538 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1475 FaultMapContents.bytes_end()); in printFaultMaps()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1337 Record.append(MDS->bytes_begin(), MDS->bytes_end()); in WriteModuleMetadata()
1348 Record.append(Str.bytes_begin(), Str.bytes_end()); in WriteModuleMetadata()