Searched refs:OpcodeLength (Results 1 – 2 of 2) sorted by relevance
227 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local228 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
827 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local828 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()