Lines Matching defs:offset_ptr
579 lldb::offset_t *offset_ptr) {
582 if (!strtab.Decode(data, offset_ptr))
585 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4);
588 const uint32_t version = data.GetU32(offset_ptr);
594 switch (data.GetU8(offset_ptr)) {
600 if (!function_basenames.Decode(data, offset_ptr, strtab))
604 if (!function_fullnames.Decode(data, offset_ptr, strtab))
608 if (!function_methods.Decode(data, offset_ptr, strtab))
612 if (!function_selectors.Decode(data, offset_ptr, strtab))
616 if (!objc_class_selectors.Decode(data, offset_ptr, strtab))
620 if (!globals.Decode(data, offset_ptr, strtab))
624 if (!types.Decode(data, offset_ptr, strtab))
628 if (!namespaces.Decode(data, offset_ptr, strtab))
695 lldb::offset_t *offset_ptr,
699 if (!signature.Decode(data, offset_ptr))
706 if (!set.Decode(data, offset_ptr))