/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString() 112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordSerialization.cpp | 106 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume() 132 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end()); in consume()
|
D | Formatters.cpp | 22 : FormatAdapter(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {} in GuidAdapter()
|
D | LazyRandomTypeCollection.cpp | 54 makeArrayRef(Data.bytes_begin(), Data.bytes_end()), RecordCountHint) { in LazyRandomTypeCollection()
|
/external/llvm/tools/llvm-pdbdump/fuzzer/ |
D | llvm-pdbdump-fuzzer.cpp | 37 : ByteStream(ArrayRef<uint8_t>(Buffer->getBuffer().bytes_begin(), in InputByteStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | xxhash.cpp | 74 const unsigned char *P = Data.bytes_begin(); in xxHash64()
|
D | BinaryStreamRef.cpp | 77 : BinaryStreamRef(makeArrayRef(Data.bytes_begin(), Data.bytes_end()), in BinaryStreamRef()
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 99 const unsigned char *bytes_begin() const { in bytes_begin() function 106 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 35 : ByteStream(ArrayRef<uint8_t>(Buffer->getBuffer().bytes_begin(), in InputByteStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 81 : GloballyHashedType(ArrayRef<uint8_t>(H.bytes_begin(), H.bytes_end())) {} in GloballyHashedType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 83 auto C = Contents.bytes_begin(); in loadELF64()
|
D | Trace.cpp | 50 std::memcpy(&FileHeader.FreeFormData, Data.bytes_begin() + OffsetPtr, 16); in readBinaryFormatHeader()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 107 const unsigned char *bytes_begin() const { in bytes_begin() function 114 return make_range(bytes_begin(), bytes_end()); in bytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 110 const unsigned char *bytes_begin() const { in bytes_begin() function 117 return make_range(bytes_begin(), bytes_end()); in bytes()
|
D | StringExtras.h | 62 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 280 switch (TII->lookupName((const char *)Name.bytes_begin(), Name.size())) { in isIntrinsicSourceOfDivergence()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryByteStream.h | 38 : Endian(Endian), Data(Data.bytes_begin(), Data.bytes_end()) {} in BinaryByteStream()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCChannel.h | 171 return C.appendBytes((const char *)S.bytes_begin(), S.size()); in serialize()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 156 return Record.data() - SectionContents.bytes_begin(); in getRecordOffset() 950 ArrayRef<uint8_t> BinaryData(Subsection.bytes_begin(), 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/llvm/include/llvm/IR/ |
D | Metadata.h | 596 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 614 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Metadata.h | 631 const unsigned char *bytes_begin() const { return getString().bytes_begin(); } in bytes_begin() function
|
/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()
|