/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()
|
D | DWARFDebugLine.cpp | 79 Version = debug_line_data.getU16(offset_ptr); in parse() 427 State.Row.Address += debug_line_data.getU16(offset_ptr); in parse()
|
D | DWARFDebugFrame.cpp | 145 addInstruction(Opcode, Data.getU16(Offset)); in parseInstructions() 499 return Data.getU16(&Offset); in readPointer()
|
D | DWARFUnit.cpp | 79 Version = debug_info.getU16(offset_ptr); in extractImpl()
|
D | DWARFContext.cpp | 42 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()
|
/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/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/unittests/Support/ |
D | DataExtractorTest.cpp | 32 EXPECT_EQ(0x8090U, DE.getU16(&offset)); in TEST() 54 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()
|
D | DWARFDebugArangeSet.cpp | 70 Header.Version = data.getU16(offset_ptr); in extract()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 137 uint16_t Version = InfoData.getU16(&Offset); in getCUIdentifiers() 248 Data.getU16(&Offset); // Version in addAllTypes()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 883 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/ |
D | DwarfLinker.cpp | 872 uint64_t Length = Data.getU16(&Offset); in emitLocationsForUnit()
|