Lines Matching defs:Decode
548 bool ManualDWARFIndex::IndexSet::Decode(const DataExtractor &data,
552 if (!strtab.Decode(data, 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))
664 bool ManualDWARFIndex::Decode(const DataExtractor &data,
669 if (!signature.Decode(data, offset_ptr))
676 if (!set.Decode(data, offset_ptr))
720 const bool result = Decode(data, &offset, signature_mismatch);