Lines Matching refs:offset_ptr
531 lldb::offset_t *offset_ptr) { in Decode() argument
534 if (!strtab.Decode(data, offset_ptr)) in Decode()
537 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4); in Decode()
540 const uint32_t version = data.GetU32(offset_ptr); in Decode()
546 switch (data.GetU8(offset_ptr)) { in Decode()
552 if (!function_basenames.Decode(data, offset_ptr, strtab)) in Decode()
556 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
560 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
564 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
568 if (!objc_class_selectors.Decode(data, offset_ptr, strtab)) in Decode()
572 if (!globals.Decode(data, offset_ptr, strtab)) in Decode()
576 if (!types.Decode(data, offset_ptr, strtab)) in Decode()
580 if (!namespaces.Decode(data, offset_ptr, strtab)) in Decode()
647 lldb::offset_t *offset_ptr, in Decode() argument
651 if (!signature.Decode(data, offset_ptr)) in Decode()
658 if (!set.Decode(data, offset_ptr)) in Decode()