Home | History | Annotate | Download | only in llvm-mc

Lines Matching defs:Bytes

10 // This class implements the disassembler of strings of bytes written in
35 const ByteArrayTy &Bytes;
37 VectorMemoryObject(const ByteArrayTy &bytes) : Bytes(bytes) {}
40 uint64_t getExtent() const { return Bytes.size(); }
45 *Byte = Bytes[Addr].first;
52 const ByteArrayTy &Bytes,
56 VectorMemoryObject memoryObject(Bytes);
62 for (Index = 0; Index < Bytes.size(); Index += Size) {
70 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
78 Size = 1; // skip illegible bytes
83 SM.PrintMessage(SMLoc::getFromPointer(Bytes[Index].second),
107 // Strip to the end of line if we already processed any bytes on this
200 // It's a real token, get the bytes and emit them