Searched refs:bytes_end (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 115 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 143 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 169 Data = ArrayRef<uint8_t>(Rest.bytes_begin(), Rest.bytes_end()); in consume()
|
D | StreamWriter.cpp | 46 ArrayRef<uint8_t> Bytes(Str.bytes_begin(), Str.bytes_end()); in writeFixedString()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 38 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 102 const unsigned char *bytes_end() const { in bytes_end() function 106 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 36 Buffer->getBuffer().bytes_end())), in InputByteStream()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 110 const unsigned char *bytes_end() const { in bytes_end() function 114 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 597 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 615 const unsigned char *bytes_end() const { return getString().bytes_end(); } in bytes_end() function
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 951 Subsection.bytes_end()); in printCodeViewSymbolsSubsection() 1095 if (auto EC = CVTD.dump({Data.bytes_begin(), Data.bytes_end()})) { in printCodeViewTypeSection() 1542 if (auto EC = CVTD.dump({Buf.str().bytes_begin(), Buf.str().bytes_end()})) { in dumpCodeViewMergedTypes()
|
/external/v8/src/wasm/ |
D | wasm-objects.cc | 938 const byte* bytes_end = bytes_start + offset_table->length() - 1; in GetDecodedAsmJsOffsetTable() local 939 asm_offsets = wasm::DecodeAsmJsOffsets(bytes_start, bytes_end); in GetDecodedAsmJsOffsetTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 462 Error E = CVTD.dump({Record.bytes_begin(), Record.bytes_end()}); in emitTypeInformation() 478 ByteStream<> Stream({Record.bytes_begin(), Record.bytes_end()}); in emitTypeInformation()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 381 for (const unsigned char* i = input.bytes_end() - 1; i >= input.bytes_begin(); in CamelCaseToUnderscoreCase()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1626 FaultMapContents.bytes_end()); in printFaultMaps()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 3487 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local 3758 bytes_end = bytes + 32; in scan_prefix() 3779 while (chars[0] != 255 && bytes < bytes_end); in scan_prefix() 3780 bytes = bytes_end - 32; in scan_prefix()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1747 Record.append(Str.bytes_begin(), Str.bytes_end()); in writeNamedMetadata()
|