Home
last modified time | relevance | path

Searched refs:InstructionBytes (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCWin64EH.cpp1271 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Insns, &HasCustom); in checkARMInstructions() local
1274 if (Distance != InstructionBytes) { in checkARMInstructions()
1280 Twine(InstructionBytes) + " bytes\n"); in checkARMInstructions()
1492 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in checkARMPackedEpilog() local
1493 if (DistanceFromEnd != InstructionBytes) in checkARMPackedEpilog()
1718 uint32_t InstructionBytes = ARMCountOfInstructionBytes(Epilog); in tryARMPackedUnwind() local
1719 if (DistanceFromEnd != InstructionBytes) in tryARMPackedUnwind()