HomeSort by relevance Sort by last modified time
    Searched refs:getU16 (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Support/
DataExtractor.cpp 61 uint16_t DataExtractor::getU16(uint32_t *offset_ptr) const {
65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst,
97 return getU16(offset_ptr);
112 return (int16_t)getU16(offset_ptr);
  /external/llvm/include/llvm/Support/
DataExtractor.h 191 uint16_t getU16(uint32_t *offset_ptr) const;
216 uint16_t *getU16(uint32_t *offset_ptr, uint16_t *dst, uint32_t count) const;
  /external/llvm/unittests/Support/
DataExtractorTest.cpp 33 EXPECT_EQ(0x8090U, DE.getU16(&offset));
55 EXPECT_EQ(0x9080U, DE.getU16(&offset));
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.cpp 65 unsigned Bytes = data.getU16(&Offset);
DWARFCompileUnit.cpp 31 Version = debug_info.getU16(offset_ptr);
61 Version = debug_info_data.getU16(&offset);
DWARFFormValue.cpp 112 Value.uval = data.getU16(offset_ptr);
126 Value.uval = data.getU16(offset_ptr);
234 uint16_t size = debug_info_data.getU16(offset_ptr);
DWARFDebugArangeSet.cpp 70 HeaderData.Version = data.getU16(offset_ptr);
DWARFDebugLine.cpp 172 prologue->Version = debug_line_data.getU16(offset_ptr);
398 state.Address += debug_line_data.getU16(offset_ptr);
DWARFDebugFrame.cpp 141 addInstruction(Opcode, Data.getU16(Offset));
DWARFContext.cpp 105 OS << "Version: " << pubNames.getU16(&offset) << "\n";

Completed in 967 milliseconds