Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DFileWriter.cpp21 uint8_t Bytes[32]; in writeSLEB() local
H A DGsymReader.cpp44 llvm::Expected<GsymReader> GsymReader::copyBuffer(StringRef Bytes) { in copyBuffer() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dcircular_raw_ostream.cpp26 unsigned Bytes = in write_impl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp25 unsigned Bytes = in write_impl() local
H A DBinaryStreamReader.cpp123 ArrayRef<uint8_t> Bytes; in readFixedString() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp20 onSymbolStart(StringRef Name, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const onSymbolStart() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp51 auto Bytes = IndexedWriter<0>::write(OS, T); in writeMetadata() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DStreamingMemoryObject.h49 mutable std::vector<unsigned char> Bytes; member in llvm::StreamingMemoryObject
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
H A DStreamingMemoryObject.h49 mutable std::vector<unsigned char> Bytes; member in llvm::StreamingMemoryObject
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFStreamer.h37 virtual void writeBytes(llvm::StringRef Bytes) { in writeBytes() argument
97 void writeBytes(llvm::StringRef Bytes) override { Out << Bytes; } variable
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs87 Bytes, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp67 addChecksum(StringRef FileName, FileChecksumKind Kind, ArrayRef<uint8_t> Bytes) addChecksum() argument
H A DCodeViewRecordIO.cpp100 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes, in mapByteVectorTail() argument
116 Error CodeViewRecordIO::mapByteVectorTail(std::vector<uint8_t> &Bytes, in mapByteVectorTail() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBinaryByteStream.h157 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { in insert() argument
H A DBinaryStreamReader.h79 ArrayRef<uint8_t> Bytes; in readInteger() local
188 ArrayRef<uint8_t> Bytes; in readArray() local
H A DMD5.h56 std::array<uint8_t, 16> Bytes; member
H A DDataExtractor.h20 uint8_t Bytes[3]; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h176 std::vector<uint8_t> Bytes; member
H A DWholeProgramDevirt.h40 std::vector<uint8_t> Bytes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h38 int64_t Bytes; member in llvm::StackOffset
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h45 mutable ArrayRef<uint8_t> Bytes; member in llvm::AMDGPUDisassembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h60 void setCalleeSavedFrameSize(unsigned Bytes) { CalleeSavedFrameSize = Bytes; } in setCalleeSavedFrameSize() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument
90 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
113 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const getInstruction() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h67 StringRef Bytes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() argument
69 readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint64_t &Insn) readInstruction48() argument
78 readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn) readInstruction16() argument
[all...]

Completed in 11 milliseconds

1234