Lines Matching refs:ReadFourBytes
233 return start + 4 + reader_->ReadFourBytes(start); in SkipAttribute()
392 reader_->ReadFourBytes(start)); in ProcessAttribute()
433 reader_->ReadFourBytes(start) in ProcessAttribute()
479 uint64_t datalen = reader_->ReadFourBytes(start); in ProcessAttribute()
722 version_ = byte_reader_.ReadFourBytes( in Initialize()
726 nslots_ = byte_reader_.ReadFourBytes( in Initialize()
736 ncolumns_ = byte_reader_.ReadFourBytes( in Initialize()
738 nunits_ = byte_reader_.ReadFourBytes( in Initialize()
740 nslots_ = byte_reader_.ReadFourBytes( in Initialize()
768 int index = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
777 unsigned int shndx = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
836 byte_reader_.ReadFourBytes(reinterpret_cast<const uint8_t *>(id_row) in ReadDebugSectionsForCU()
838 uint32_t offset = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
841 uint32_t size = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()
889 uint32_t index = byte_reader_.ReadFourBytes( in LookupCUv2()
898 index = byte_reader_.ReadFourBytes( in LookupCUv2()
1829 operands->offset = reader_->ReadFourBytes(cursor_); in ParseOperands()