Searched refs:InstructionBytes (Results 1 – 1 of 1) sorted by relevance
1271 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions() local1274 if (Distance != InstructionBytes) { in checkARMInstructions()1280 Twine(InstructionBytes) + " bytes\n"); in checkARMInstructions()1492 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in checkARMPackedEpilog() local1493 if (DistanceFromEnd != InstructionBytes) in checkARMPackedEpilog()1718 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in tryARMPackedUnwind() local1719 if (DistanceFromEnd != InstructionBytes) in tryARMPackedUnwind()