Lines Matching full:opcodebase
547 uint8_t OpcodeBase, uint8_t AddrSize,
552 } else if (Op.Opcode < OpcodeBase) {
586 getStandardOpcodeLengths(uint16_t Version, std::optional<uint8_t> OpcodeBase) {
594 } else if (OpcodeBase) {
595 StandardOpcodeLengths.resize(*OpcodeBase > 0 ? *OpcodeBase - 1 : 0, 0);
617 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase));
618 uint8_t OpcodeBase = LineTable.OpcodeBase
619 ? *LineTable.OpcodeBase
621 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian);
639 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS,