/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 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()
|
D | DWARFDebugLoc.cpp | 65 unsigned Bytes = data.getU16(&Offset); in parse() 98 unsigned Bytes = data.getU16(&Offset); in parse()
|
D | DWARFFormValue.cpp | 170 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()
|
D | DWARFDebugArangeSet.cpp | 44 HeaderData.Version = data.getU16(offset_ptr); in extract()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 61 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/ |
D | DataExtractor.cpp | 61 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/ |
D | DataExtractor.cpp | 61 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/ |
D | DataExtractor.h | 188 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/ |
D | DataExtractor.h | 190 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/ |
D | Trace.cpp | 44 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/ |
D | DataExtractor.h | 236 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/ |
D | DataExtractorTest.cpp | 32 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/ |
D | DataExtractorTest.cpp | 33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST() 55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 33 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST() 55 EXPECT_EQ(0x9080U, DE.getU16(&offset)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 105 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()
|
D | DWARFCompileUnit.cpp | 33 Version = debug_info.getU16(offset_ptr); in extract() 63 Version = debug_info_data.getU16(&offset); in extract()
|
D | DWARFDebugInfoEntry.cpp | 136 form_size = debug_info_data.getU16(&offset); in extractFast() 261 form_size = debug_info_data.getU16(&offset); in extract()
|
D | DWARFDebugLine.cpp | 138 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/ |
D | DWARFUnit.cpp | 107 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()
|
D | DWARFDebugLoc.cpp | 118 unsigned Bytes = Data.getU16(Offset); in parseOneLocationList() 165 unsigned Bytes = Data.getU16(Offset); in parseOneLocationList()
|
D | DWARFAcceleratorTable.cpp | 53 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()
|
D | DWARFFormValue.cpp | 101 uint16_t size = DebugInfoData.getU16(OffsetPtr); in skipValue() 238 Value.uval = Data.getU16(OffsetPtr); in extractValue() 256 Value.uval = Data.getU16(OffsetPtr); in extractValue()
|
D | DWARFDebugPubTable.cpp | 31 SetData.Version = PubNames.getU16(&Offset); in DWARFDebugPubTable()
|
D | DWARFDebugArangeSet.cpp | 54 HeaderData.Version = data.getU16(offset_ptr); in extract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 88 Y.Version = PubSectionData.getU16(&Offset); in dumpPubSection() 254 DebugLines.Version = LineData.getU16(&Offset); in dumpDebugLines() 333 NewOp.Data = LineData.getU16(&Offset); in dumpDebugLines()
|