Home
last modified time | relevance | path

Searched refs:getU16 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp25 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()
DDWARFDebugLoc.cpp66 unsigned Bytes = data.getU16(&Offset); in parse()
99 unsigned Bytes = data.getU16(&Offset); in parse()
DDWARFFormValue.cpp169 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()
DDWARFDebugArangeSet.cpp44 HeaderData.Version = data.getU16(offset_ptr); in extract()
DDWARFDebugLine.cpp74 Version = debug_line_data.getU16(offset_ptr); in parse()
428 State.Row.Address += debug_line_data.getU16(offset_ptr); in parse()
DDWARFUnit.cpp70 Version = debug_info.getU16(offset_ptr); in extractImpl()
DDWARFDebugFrame.cpp142 addInstruction(Opcode, Data.getU16(Offset)); in parseInstructions()
DDWARFContext.cpp38 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
/external/llvm/lib/Support/
DDataExtractor.cpp61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const { in getU16() function in DataExtractor
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() function in DataExtractor
97 return getU16(offset_ptr); in getUnsigned()
112 return (int16_t)getU16(offset_ptr); in getSigned()
/external/llvm/include/llvm/Support/
DDataExtractor.h190 uint16_t getU16(uint32_t *offset_ptr) const;
215 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
/external/llvm/unittests/Support/
DDataExtractorTest.cpp33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()
55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp652 uint16_t Size = DE.getU16(&Offset); in printCodeViewSymbolsSubsection()
659 uint16_t Type = DE.getU16(&Offset); in printCodeViewSymbolsSubsection()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp755 uint64_t Length = Data.getU16(&Offset); in emitLocationsForUnit()