Lines Matching refs:offset_ptr
546 lldb::offset_t *offset_ptr) { in Decode() argument
549 if (!strtab.Decode(data, offset_ptr)) in Decode()
552 llvm::StringRef identifier((const char *)data.GetData(offset_ptr, 4), 4); in Decode()
555 const uint32_t version = data.GetU32(offset_ptr); in Decode()
561 switch (data.GetU8(offset_ptr)) { in Decode()
567 if (!function_basenames.Decode(data, offset_ptr, strtab)) in Decode()
571 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
575 if (!function_methods.Decode(data, offset_ptr, strtab)) in Decode()
579 if (!function_selectors.Decode(data, offset_ptr, strtab)) in Decode()
583 if (!objc_class_selectors.Decode(data, offset_ptr, strtab)) in Decode()
587 if (!globals.Decode(data, offset_ptr, strtab)) in Decode()
591 if (!types.Decode(data, offset_ptr, strtab)) in Decode()
595 if (!namespaces.Decode(data, offset_ptr, strtab)) in Decode()
662 lldb::offset_t *offset_ptr, in Decode() argument
666 if (!signature.Decode(data, offset_ptr)) in Decode()
673 if (!set.Decode(data, offset_ptr)) in Decode()