Lines Matching refs:InstSize
327 DiceTable &Dices, uint64_t &InstSize) { in DumpAndSkipDataInCode() argument
340 InstSize = DumpDataInCode(bytes, Length, Kind); in DumpAndSkipDataInCode()
343 InstSize++; in DumpAndSkipDataInCode()
2807 uint64_t OpSize, uint64_t InstSize, int TagType, in SymbolizerGetOpInfo() argument
2937 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
2975 op_info->Value -= Pc + InstSize; in SymbolizerGetOpInfo()
3003 if (Offset != 0 || (InstSize != 4 && InstSize != 2)) in SymbolizerGetOpInfo()
3140 if (Offset != 0 || InstSize != 4) in SymbolizerGetOpInfo()
7680 uint64_t InstSize; in DisassembleMachO() local
7681 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) { in DisassembleMachO()
7686 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize)) in DisassembleMachO()
7691 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC, in DisassembleMachO()
7705 dumpBytes(ArrayRef(Bytes.data() + Index, InstSize), outs()); in DisassembleMachO()
7714 InstSize = 1; // skip exactly one illegible byte and move on. in DisassembleMachO()
7718 if (InstSize == 0) in DisassembleMachO()
7719 InstSize = 1; // skip illegible bytes in DisassembleMachO()