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

Lines Matching defs:Bytes

121 void llvm::DumpBytes(StringRef bytes) {
132 assert(bytes.size() <= 15
133 && "DumpBytes only supports instructions of up to 15 bytes");
136 for (StringRef::iterator i = bytes.begin(),
137 e = bytes.end(); i != e; ++i) {
250 StringRef Bytes;
251 if (error(i->getContents(Bytes))) break;
252 StringRefMemoryObject memoryObject(Bytes);
289 DumpBytes(StringRef(Bytes.data() + Index, Size));
295 Size = 1; // skip illegible bytes