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

Lines Matching defs:Bytes

109                                            "do not print the instruction bytes."));
161 void llvm::DumpBytes(StringRef bytes) {
172 assert(bytes.size() <= 15
173 && "DumpBytes only supports instructions of up to 15 bytes");
176 for (StringRef::iterator i = bytes.begin(),
177 e = bytes.end(); i != e; ++i) {
318 StringRef Bytes;
319 if (error(i->getContents(Bytes))) break;
320 StringRefMemoryObject memoryObject(Bytes);
359 DumpBytes(StringRef(Bytes.data() + Index, Size));
366 Size = 1; // skip illegible bytes