Searched refs:MoveInstrSize (Results 1 – 3 of 3) sorted by relevance
487 unsigned MoveInstrSize; ///< Size of a "move" instruction. member in __anon6801bd310211::DarwinX86AsmBackend556 InstrOffset += MoveInstrSize; in generateCompactUnwindEncodingImpl()792 MoveInstrSize = Is64Bit ? 3 : 2; in DarwinX86AsmBackend()
500 unsigned MoveInstrSize; ///< Size of a "move" instruction. member in __anonaf8716690211::DarwinX86AsmBackend573 InstrOffset += MoveInstrSize; in generateCompactUnwindEncodingImpl()808 MoveInstrSize = Is64Bit ? 3 : 2; in DarwinX86AsmBackend()
483 unsigned MoveInstrSize = (Is64Bit ? 3 : 2); in getCompactUnwindEncoding() local521 InstrOffset += MoveInstrSize; in getCompactUnwindEncoding()