Searched defs:InstSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp509 uint64_t InstSize; local
510 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
513 if (DisAsm->getInstruction(Inst, InstSize, memoryObject, Index,
516 DumpBytes(StringRef(Bytes.data() + Index, InstSize));
521 if (InstSize == 0)
522 InstSize = 1; // skip illegible bytes
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp506 bool isBranch, uint64_t InstSize,
516 !getOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
505 tryAddingSymbolicOperand(uint64_t Address, int32_t Value, bool isBranch, uint64_t InstSize, MCInst &MI, const void *Decoder) argument

Completed in 67 milliseconds