Searched refs:getU8 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp50 uint8_t DataExtractor::getU8(uint32_t *offset_ptr) const { function in class:DataExtractor
55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { function in class:DataExtractor
95 return getU8(offset_ptr);
110 return (int8_t)getU8(offset_ptr);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h148 uint8_t getU8(uint32_t *offset_ptr) const;
173 uint8_t *getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const;
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.cpp72 HeaderData.AddrSize = data.getU8(offset_ptr);
73 HeaderData.SegSize = data.getU8(offset_ptr);
H A DDWARFDebugLine.cpp178 prologue->MinInstLength = debug_line_data.getU8(offset_ptr);
179 prologue->DefaultIsStmt = debug_line_data.getU8(offset_ptr);
180 prologue->LineBase = debug_line_data.getU8(offset_ptr);
181 prologue->LineRange = debug_line_data.getU8(offset_ptr);
182 prologue->OpcodeBase = debug_line_data.getU8(offset_ptr);
186 uint8_t op_len = debug_line_data.getU8(offset_ptr);
241 uint8_t opcode = debug_line_data.getU8(offset_ptr);
250 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr);
H A DDWARFAbbreviationDeclaration.cpp29 HasChildren = data.getU8(offset_ptr);
H A DDWARFDebugFrame.cpp103 uint8_t Opcode = Data.getU8(Offset);
137 addInstruction(Opcode, Data.getU8(Offset));
302 uint8_t c = Data.getU8(&Offset);
345 uint8_t Version = Data.getU8(&Offset);
H A DDWARFCompileUnit.cpp33 AddrSize = debug_info.getU8(offset_ptr);
64 AddrSize = debug_info_data.getU8(&offset);
H A DDWARFFormValue.cpp108 Value.uval = data.getU8(offset_ptr);
122 Value.uval = data.getU8(offset_ptr);
225 uint8_t size = debug_info_data.getU8(offset_ptr);

Completed in 127 milliseconds