Searched refs:getU16 (Results 1 - 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataExtractor.h188 uint16_t getU16(uint32_t *offset_ptr) const;
213 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp25 Hdr.Version = AccelSection.getU16(&Offset);
26 Hdr.HashFunction = AccelSection.getU16(&Offset);
41 uint16_t AtomType = AccelSection.getU16(&Offset);
42 uint16_t AtomForm = AccelSection.getU16(&Offset);
H A DDWARFDebugLoc.cpp65 unsigned Bytes = data.getU16(&Offset);
98 unsigned Bytes = data.getU16(&Offset);
H A DDWARFDebugArangeSet.cpp44 HeaderData.Version = data.getU16(offset_ptr);
H A DDWARFFormValue.cpp170 Value.uval = data.getU16(offset_ptr);
184 Value.uval = data.getU16(offset_ptr);
287 uint16_t size = debug_info_data.getU16(offset_ptr);
H A DDWARFDebugFrame.cpp145 addInstruction(Opcode, Data.getU16(Offset));
499 return Data.getU16(&Offset);
H A DDWARFDebugLine.cpp79 Version = debug_line_data.getU16(offset_ptr);
427 State.Row.Address += debug_line_data.getU16(offset_ptr);
H A DDWARFUnit.cpp79 Version = debug_info.getU16(offset_ptr);
H A DDWARFContext.cpp42 OS << " version = " << format("0x%04x", pubNames.getU16(&offset));
/external/llvm/lib/Support/
H A DDataExtractor.cpp61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const { function in class:DataExtractor
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, function in class:DataExtractor
97 return getU16(offset_ptr);
112 return (int16_t)getU16(offset_ptr);
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDataExtractor.cpp61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const { function in class:DataExtractor
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, function in class:DataExtractor
97 return getU16(offset_ptr);
112 return (int16_t)getU16(offset_ptr);
/external/llvm/include/llvm/Support/
H A 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/
H A DDataExtractorTest.cpp33 EXPECT_EQ(0x8090U, DE.getU16(&offset));
55 EXPECT_EQ(0x9080U, DE.getU16(&offset));
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFCompileUnit.cpp33 Version = debug_info.getU16(offset_ptr);
63 Version = debug_info_data.getU16(&offset);
H A DDWARFFormValue.cpp105 Value.uval = data.getU16(offset_ptr);
119 Value.uval = data.getU16(offset_ptr);
193 uint16_t size = debug_info_data.getU16(offset_ptr);
H A DDWARFDebugArangeSet.cpp70 Header.Version = data.getU16(offset_ptr);
H A DDWARFDebugInfoEntry.cpp136 form_size = debug_info_data.getU16(&offset);
261 form_size = debug_info_data.getU16(&offset);
H A DDWARFDebugLine.cpp138 prologue->Version = debug_line_data.getU16(offset_ptr);
354 state.Address += debug_line_data.getU16(offset_ptr);
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DDataExtractorTest.cpp32 EXPECT_EQ(0x8090U, DE.getU16(&offset));
54 EXPECT_EQ(0x9080U, DE.getU16(&offset));
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp137 uint16_t Version = InfoData.getU16(&Offset);
248 Data.getU16(&Offset); // Version
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp883 uint16_t Flags = DE.getU16(&Offset);
930 uint16_t ColStart = ColumnDE.getU16(&ColumnOffset);
932 uint16_t ColEnd = ColumnDE.getU16(&ColumnOffset);
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp872 uint64_t Length = Data.getU16(&Offset);

Completed in 2296 milliseconds