Lines Matching full:uval
97 Value.uval = data.getUnsigned(offset_ptr, AddrSize) + R.second;
99 Value.uval = data.getUnsigned(offset_ptr, AddrSize);
104 Value.uval = data.getULEB128(offset_ptr);
108 Value.uval = data.getU8(offset_ptr);
112 Value.uval = data.getU16(offset_ptr);
116 Value.uval = data.getU32(offset_ptr);
122 Value.uval = data.getU8(offset_ptr);
126 Value.uval = data.getU16(offset_ptr);
131 Value.uval = data.getU32(offset_ptr);
133 Value.uval += AI->second.second;
138 Value.uval = data.getU64(offset_ptr);
148 Value.uval = data.getU32(offset_ptr) + R.second;
150 Value.uval = data.getU32(offset_ptr);
155 Value.uval = data.getULEB128(offset_ptr);
174 Value.uval = data.getU32(offset_ptr) + R.second;
176 Value.uval = data.getU32(offset_ptr);
180 Value.uval = 1;
183 Value.uval = data.getU64(offset_ptr);
186 Value.uval = data.getULEB128(offset_ptr);
189 Value.uval = data.getULEB128(offset_ptr);
197 StringRef str = data.getData().substr(*offset_ptr, Value.uval);
201 *offset_ptr += Value.uval;
447 uint32_t offset = Value.uval;
458 uint32_t offset = Value.uval * 4;
468 uint32_t offset = Value.uval * cu->getAddressByteSize();
473 uint64_t die_offset = Value.uval;
497 Value.uval += cu->getOffset();