Searched refs:getU16 (Results 1 – 13 of 13) sorted by relevance
25 Hdr.Version = AccelSection.getU16(&Offset); in extract()26 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()41 uint16_t AtomType = AccelSection.getU16(&Offset); in extract()42 uint16_t AtomForm = AccelSection.getU16(&Offset); in extract()
66 unsigned Bytes = data.getU16(&Offset); in parse()99 unsigned Bytes = data.getU16(&Offset); in parse()
169 Value.uval = data.getU16(offset_ptr); in extractValue()183 Value.uval = data.getU16(offset_ptr); in extractValue()285 uint16_t size = debug_info_data.getU16(offset_ptr); in skipValue()
44 HeaderData.Version = data.getU16(offset_ptr); in extract()
74 Version = debug_line_data.getU16(offset_ptr); in parse()428 State.Row.Address += debug_line_data.getU16(offset_ptr); in parse()
70 Version = debug_info.getU16(offset_ptr); in extractImpl()
142 addInstruction(Opcode, Data.getU16(Offset)); in parseInstructions()
38 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const { in getU16() function in DataExtractor65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() function in DataExtractor97 return getU16(offset_ptr); in getUnsigned()112 return (int16_t)getU16(offset_ptr); in getSigned()
190 uint16_t getU16(uint32_t *offset_ptr) const;215 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
652 uint16_t Size = DE.getU16(&Offset); in printCodeViewSymbolsSubsection()659 uint16_t Type = DE.getU16(&Offset); in printCodeViewSymbolsSubsection()
755 uint64_t Length = Data.getU16(&Offset); in emitLocationsForUnit()