Lines Matching defs:offset_ptr
233 lldb::offset_t *offset_ptr) {
235 while (uint8_t sig_encoding = data.GetU8(offset_ptr)) {
238 const uint8_t length = data.GetU8(offset_ptr);
239 const uint8_t *bytes = (const uint8_t *)data.GetData(offset_ptr, length);
244 uint32_t mod_time = data.GetU32(offset_ptr);
249 uint32_t mod_time = data.GetU32(offset_ptr);
300 lldb::offset_t *offset_ptr) {
301 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4);
304 const uint32_t length = data.GetU32(offset_ptr);
308 const char *bytes = (const char *)data.GetData(offset_ptr, length);