Lines Matching defs:Size
38 uint64_t Size;
52 for (;Index < End; Index += Size) {
56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){
57 Instructions.push_back(MCDecodedInst(Index, Size, Inst));
59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size);
60 if (targ != -1ULL && targ == Index+Size)
68 WorkList.push_back(Index+Size);
70 Splits.insert(Index+Size);
74 Splits.insert(Index+Size);
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size);
79 if (targ != -1ULL && targ != Index+Size)
84 if (Size == 0)
85 Size = 1; // skip illegible bytes
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size);
125 } else if (targ != Inst.Address+Inst.Size)