Lines Matching refs:templen
625 size_t templen; in ProcessOneOpcode() local
661 uint64 advance_address = reader->ReadUnsignedLEB128(start, &templen); in ProcessOneOpcode()
662 oplen += templen; in ProcessOneOpcode()
674 const int64 advance_line = reader->ReadSignedLEB128(start, &templen); in ProcessOneOpcode()
675 oplen += templen; in ProcessOneOpcode()
688 const uint64 fileno = reader->ReadUnsignedLEB128(start, &templen); in ProcessOneOpcode()
689 oplen += templen; in ProcessOneOpcode()
694 const uint64 colno = reader->ReadUnsignedLEB128(start, &templen); in ProcessOneOpcode()
695 oplen += templen; in ProcessOneOpcode()
736 &templen); in ProcessOneOpcode()
737 start += templen; in ProcessOneOpcode()
738 oplen += templen + extended_op_len; in ProcessOneOpcode()
762 templen = strlen(filename) + 1; in ProcessOneOpcode()
763 start += templen; in ProcessOneOpcode()
765 uint64 dirindex = reader->ReadUnsignedLEB128(start, &templen); in ProcessOneOpcode()
766 oplen += templen; in ProcessOneOpcode()
769 &templen); in ProcessOneOpcode()
770 oplen += templen; in ProcessOneOpcode()
773 &templen); in ProcessOneOpcode()
774 oplen += templen; in ProcessOneOpcode()
790 reader->ReadUnsignedLEB128(start, &templen); in ProcessOneOpcode()
791 start += templen; in ProcessOneOpcode()
792 oplen += templen; in ProcessOneOpcode()