Home
last modified time | relevance | path

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

12

/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.cpp65 unsigned Bytes = data.getU16(&Offset); in parse()
98 unsigned Bytes = data.getU16(&Offset); in parse()
DDWARFFormValue.cpp170 Value.uval = data.getU16(offset_ptr); in extractValue()
184 Value.uval = data.getU16(offset_ptr); in extractValue()
287 uint16_t size = debug_info_data.getU16(offset_ptr); in skipValue()
DDWARFDebugArangeSet.cpp44 HeaderData.Version = data.getU16(offset_ptr); in extract()
/external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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
104 return getU16(offset_ptr); in getUnsigned()
119 return (int16_t)getU16(offset_ptr); in getSigned()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
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/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/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DTrace.cpp44 FileHeader.Version = HeaderExtractor.getU16(&OffsetPtr); in readBinaryFormatHeader()
45 FileHeader.Type = HeaderExtractor.getU16(&OffsetPtr); in readBinaryFormatHeader()
87 switch (auto RecordType = RecordExtractor.getU16(&OffsetPtr)) { in loadNaiveFormatLog()
216 State.ThreadId = RecordExtractor.getU16(&OffsetPtr); in processFDRNewBufferRecord()
245 State.CPUId = RecordExtractor.getU16(&OffsetPtr); in processFDRNewCPUIdRecord()
725 uint16_t Version = HeaderExtractor.getU16(&OffsetPtr); in loadTraceFile()
726 uint16_t Type = HeaderExtractor.getU16(&OffsetPtr); in loadTraceFile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDataExtractor.h236 uint16_t getU16(uint32_t *offset_ptr) const;
261 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp32 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()
54 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDataExtractorTest.cpp33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()
55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()
55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.cpp105 Value.uval = data.getU16(offset_ptr); in extractValue()
119 Value.uval = data.getU16(offset_ptr); in extractValue()
193 uint16_t size = debug_info_data.getU16(offset_ptr); in skipValue()
DDWARFCompileUnit.cpp33 Version = debug_info.getU16(offset_ptr); in extract()
63 Version = debug_info_data.getU16(&offset); in extract()
DDWARFDebugInfoEntry.cpp136 form_size = debug_info_data.getU16(&offset); in extractFast()
261 form_size = debug_info_data.getU16(&offset); in extract()
DDWARFDebugLine.cpp138 prologue->Version = debug_line_data.getU16(offset_ptr); in parsePrologue()
354 state.Address += debug_line_data.getU16(offset_ptr); in parseStatementTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp107 FormParams.Version = debug_info.getU16(offset_ptr); in extract()
677 uint8_t Version = DA.getU16(&Offset); in parseDWARF64StringOffsetsTableHeader()
678 (void)DA.getU16(&Offset); // padding in parseDWARF64StringOffsetsTableHeader()
694 uint8_t Version = DA.getU16(&Offset); in parseDWARF32StringOffsetsTableHeader()
695 (void)DA.getU16(&Offset); // padding in parseDWARF32StringOffsetsTableHeader()
DDWARFDebugLoc.cpp118 unsigned Bytes = Data.getU16(Offset); in parseOneLocationList()
165 unsigned Bytes = Data.getU16(Offset); in parseOneLocationList()
DDWARFAcceleratorTable.cpp53 Hdr.Version = AccelSection.getU16(&Offset); in extract()
54 Hdr.HashFunction = AccelSection.getU16(&Offset); in extract()
73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract()
74 auto AtomForm = static_cast<dwarf::Form>(AccelSection.getU16(&Offset)); in extract()
387 Version = AS.getU16(Offset); in extract()
388 Padding = AS.getU16(Offset); in extract()
DDWARFFormValue.cpp101 uint16_t size = DebugInfoData.getU16(OffsetPtr); in skipValue()
238 Value.uval = Data.getU16(OffsetPtr); in extractValue()
256 Value.uval = Data.getU16(OffsetPtr); in extractValue()
DDWARFDebugPubTable.cpp31 SetData.Version = PubNames.getU16(&Offset); in DWARFDebugPubTable()
DDWARFDebugArangeSet.cpp54 HeaderData.Version = data.getU16(offset_ptr); in extract()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp88 Y.Version = PubSectionData.getU16(&Offset); in dumpPubSection()
254 DebugLines.Version = LineData.getU16(&Offset); in dumpDebugLines()
333 NewOp.Data = LineData.getU16(&Offset); in dumpDebugLines()

12