Lines Matching defs:offset_ptr
549 lldb::offset_t *offset_ptr) {
552 if (!strtab.Decode(data, offset_ptr))
555 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4);
558 const uint32_t version = data.GetU32(offset_ptr);
564 switch (data.GetU8(offset_ptr)) {
570 if (!function_basenames.Decode(data, offset_ptr, strtab))
574 if (!function_fullnames.Decode(data, offset_ptr, strtab))
578 if (!function_methods.Decode(data, offset_ptr, strtab))
582 if (!function_selectors.Decode(data, offset_ptr, strtab))
586 if (!objc_class_selectors.Decode(data, offset_ptr, strtab))
590 if (!globals.Decode(data, offset_ptr, strtab))
594 if (!types.Decode(data, offset_ptr, strtab))
598 if (!namespaces.Decode(data, offset_ptr, strtab))
665 lldb::offset_t *offset_ptr,
669 if (!signature.Decode(data, offset_ptr))
676 if (!set.Decode(data, offset_ptr))