/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 144 prologue->MinInstLength = debug_line_data.getU8(offset_ptr); in parsePrologue() 145 prologue->DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parsePrologue() 146 prologue->LineBase = debug_line_data.getU8(offset_ptr); in parsePrologue() 147 prologue->LineRange = debug_line_data.getU8(offset_ptr); in parsePrologue() 148 prologue->OpcodeBase = debug_line_data.getU8(offset_ptr); in parsePrologue() 152 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parsePrologue() 205 uint8_t opcode = debug_line_data.getU8(offset_ptr); in parseStatementTable() 214 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr); in parseStatementTable()
|
D | DWARFDebugArangeSet.cpp | 72 Header.AddrSize = data.getU8(offset_ptr); in extract() 73 Header.SegSize = data.getU8(offset_ptr); in extract()
|
D | DWARFFormValue.cpp | 101 Value.uval = data.getU8(offset_ptr); in extractValue() 115 Value.uval = data.getU8(offset_ptr); in extractValue() 188 uint8_t size = debug_info_data.getU8(offset_ptr); in skipValue()
|
D | DWARFCompileUnit.cpp | 35 AddrSize = debug_info.getU8(offset_ptr); in extract() 66 AddrSize = debug_info_data.getU8 (&offset); in extract()
|
D | DWARFAbbreviationDeclaration.cpp | 29 HasChildren = data.getU8(offset_ptr); in extract()
|
D | DWARFDebugInfoEntry.cpp | 133 form_size = debug_info_data.getU8(&offset); in extractFast() 258 form_size = debug_info_data.getU8(&offset); in extract()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { in getU8() function in DataExtractor 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() function in DataExtractor 95 return getU8(offset_ptr); in getUnsigned() 110 return (int8_t)getU8(offset_ptr); in getSigned()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 86 MinInstLength = debug_line_data.getU8(offset_ptr); in parse() 88 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse() 89 DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parse() 90 LineBase = debug_line_data.getU8(offset_ptr); in parse() 91 LineRange = debug_line_data.getU8(offset_ptr); in parse() 92 OpcodeBase = debug_line_data.getU8(offset_ptr); in parse() 96 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse() 265 uint8_t opcode = debug_line_data.getU8(offset_ptr); in parse() 274 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr); in parse()
|
D | DWARFDebugFrame.cpp | 106 uint8_t Opcode = Data.getU8(Offset); in parseInstructions() 141 addInstruction(Opcode, Data.getU8(Offset)); in parseInstructions() 469 uint8_t c = Data.getU8(&Offset); in dumpDataAux() 552 uint8_t Version = Data.getU8(&Offset); in parse() 556 Data.getU8(&Offset); in parse() 558 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : Data.getU8(&Offset); in parse() 581 LSDAPointerEncoding = Data.getU8(&Offset); in parse() 586 PersonalityEncoding = Data.getU8(&Offset); in parse() 591 FDEPointerEncoding = Data.getU8(&Offset); in parse()
|
D | DWARFDebugArangeSet.cpp | 46 HeaderData.AddrSize = data.getU8(offset_ptr); in extract() 47 HeaderData.SegSize = data.getU8(offset_ptr); in extract()
|
D | DWARFFormValue.cpp | 166 Value.uval = data.getU8(offset_ptr); in extractValue() 180 Value.uval = data.getU8(offset_ptr); in extractValue() 282 uint8_t size = debug_info_data.getU8(offset_ptr); in skipValue()
|
D | DWARFAbbreviationDeclaration.cpp | 36 uint8_t ChildrenByte = Data.getU8(OffsetPtr); in extract()
|
D | DWARFDebugLoc.cpp | 85 data.getU8(&Offset))) != dwarf::DW_LLE_end_of_list_entry) { in parse()
|
D | DWARFUnit.cpp | 92 AddrSize = debug_info.getU8(offset_ptr); in extractImpl()
|
D | DWARFContext.cpp | 56 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { in getU8() function in DataExtractor 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() function in DataExtractor 95 return getU8(offset_ptr); in getUnsigned() 110 return (int8_t)getU8(offset_ptr); in getSigned()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataExtractor.h | 145 uint8_t getU8(uint32_t *offset_ptr) const; 170 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 147 uint8_t getU8(uint32_t *offset_ptr) const; 172 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 100 AbbrevData.getU8(&Offset); in getCUAbbrev() 139 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUIdentifiers() 149 AbbrevData.getU8(&AbbrevOffset); in getCUIdentifiers() 250 Data.getU8(&Offset); // Address size in addAllTypes()
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | DataExtractorTest.cpp | 29 EXPECT_EQ(0x80U, DE.getU8(&offset)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 30 EXPECT_EQ(0x80U, DE.getU8(&offset)); in TEST()
|