Home
last modified time | relevance | path

Searched refs:getU8 (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp144 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()
DDWARFDebugArangeSet.cpp72 Header.AddrSize = data.getU8(offset_ptr); in extract()
73 Header.SegSize = data.getU8(offset_ptr); in extract()
DDWARFFormValue.cpp101 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()
DDWARFCompileUnit.cpp35 AddrSize = debug_info.getU8(offset_ptr); in extract()
66 AddrSize = debug_info_data.getU8 (&offset); in extract()
DDWARFAbbreviationDeclaration.cpp29 HasChildren = data.getU8(offset_ptr); in extract()
DDWARFDebugInfoEntry.cpp133 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/
DDataExtractor.cpp50 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/
DDWARFDebugLine.cpp86 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()
DDWARFDebugFrame.cpp106 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()
DDWARFDebugArangeSet.cpp46 HeaderData.AddrSize = data.getU8(offset_ptr); in extract()
47 HeaderData.SegSize = data.getU8(offset_ptr); in extract()
DDWARFFormValue.cpp166 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()
DDWARFAbbreviationDeclaration.cpp36 uint8_t ChildrenByte = Data.getU8(OffsetPtr); in extract()
DDWARFDebugLoc.cpp85 data.getU8(&Offset))) != dwarf::DW_LLE_end_of_list_entry) { in parse()
DDWARFUnit.cpp92 AddrSize = debug_info.getU8(offset_ptr); in extractImpl()
DDWARFContext.cpp56 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()
/external/llvm/lib/Support/
DDataExtractor.cpp50 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/
DDataExtractor.h145 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/
DDataExtractor.h147 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/
Dllvm-dwp.cpp100 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/
DDataExtractorTest.cpp29 EXPECT_EQ(0x80U, DE.getU8(&offset)); in TEST()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp30 EXPECT_EQ(0x80U, DE.getU8(&offset)); in TEST()