Home
last modified time | relevance | path

Searched refs:getU16 (Results 1 – 22 of 22) 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.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()
DDWARFDebugLine.cpp79 Version = debug_line_data.getU16(offset_ptr); in parse()
427 State.Row.Address += debug_line_data.getU16(offset_ptr); in parse()
DDWARFDebugFrame.cpp145 addInstruction(Opcode, Data.getU16(Offset)); in parseInstructions()
499 return Data.getU16(&Offset); in readPointer()
DDWARFUnit.cpp79 Version = debug_info.getU16(offset_ptr); in extractImpl()
DDWARFContext.cpp42 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
/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/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/unittests/Support/
DDataExtractorTest.cpp32 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST()
54 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()
DDWARFDebugArangeSet.cpp70 Header.Version = data.getU16(offset_ptr); in extract()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp137 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers()
248 Data.getU16(&Offset); // Version in addAllTypes()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp883 uint16_t Flags = DE.getU16(&Offset); in printCodeViewSymbolSection()
930 uint16_t ColStart = ColumnDE.getU16(&ColumnOffset); in printCodeViewSymbolSection()
932 uint16_t ColEnd = ColumnDE.getU16(&ColumnOffset); in printCodeViewSymbolSection()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp872 uint64_t Length = Data.getU16(&Offset); in emitLocationsForUnit()