Lines Matching defs:OpcodeBase
517 uint8_t OpcodeBase, uint8_t AddrSize,
522 } else if (Op.Opcode < OpcodeBase) {
556 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) {
564 } else if (OpcodeBase) {
565 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0);
587 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase));
588 uint8_t OpcodeBase = LineTable.OpcodeBase
589 ? *LineTable.OpcodeBase
591 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian);
609 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS,