Searched refs:templen (Results 1 – 1 of 1) sorted by relevance
625 size_t templen; in ProcessOneOpcode() local661 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()[all …]