Lines Matching defs:Decode
578 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data,
582 if (!strtab.Decode(data, 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))
694 bool ManualDWARFIndex::Decode(const DataExtractor &data,
699 if (!signature.Decode(data, offset_ptr))
706 if (!set.Decode(data, offset_ptr))
772 const bool result = Decode(data, &offset, signature_mismatch);