Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp88 MinInstLength = debug_line_data.getU8(offset_ptr); in parse()
90 MaxOpsPerInst = debug_line_data.getU8(offset_ptr); in parse()
91 DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parse()
92 LineBase = debug_line_data.getU8(offset_ptr); in parse()
93 LineRange = debug_line_data.getU8(offset_ptr); in parse()
94 OpcodeBase = debug_line_data.getU8(offset_ptr); in parse()
98 uint8_t op_len = debug_line_data.getU8(offset_ptr); in parse()
275 uint8_t opcode = debug_line_data.getU8(offset_ptr); in parse()
284 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr); in parse()
DDWARFDebugFrame.cpp103 uint8_t Opcode = Data.getU8(Offset); in parseInstructions()
138 addInstruction(Opcode, Data.getU8(Offset)); in parseInstructions()
436 uint8_t c = Data.getU8(&Offset); in dumpDataAux()
475 uint8_t Version = Data.getU8(&Offset); in parse()
477 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : Data.getU8(&Offset); in parse()
479 uint8_t SegmentDescriptorSize = Version < 4 ? 0 : 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.cpp86 data.getU8(&Offset))) != dwarf::DW_LLE_end_of_list_entry) { in parse()
DDWARFUnit.cpp91 AddrSize = debug_info.getU8(offset_ptr); in extractImpl()
DDWARFContext.cpp53 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/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.cpp98 AbbrevData.getU8(&Offset); in getCUAbbrev()
112 uint8_t AddrSize = InfoData.getU8(&Offset); in getCUSignature()
123 AbbrevData.getU8(&AbbrevOffset); in getCUSignature()
163 Data.getU8(&Offset); // Address size in addAllTypes()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp30 EXPECT_EQ(0x80U, DE.getU8(&offset)); in TEST()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp700 DE.getU8(&Offset, Unused, 12); in printCodeViewSymbolsSubsection()
702 DE.getU8(&Offset, Unused, 12); in printCodeViewSymbolsSubsection()
707 DE.getU8(&Offset, Unused, 3); in printCodeViewSymbolsSubsection()