Searched refs:DyldExportsTrieOrError (Results 1 – 1 of 1) sorted by relevance
5260 auto DyldExportsTrieOrError = getStructOrErr<MachO::linkedit_data_command>( in getDyldExportsTrie() local5262 if (!DyldExportsTrieOrError) in getDyldExportsTrie()5264 MachO::linkedit_data_command DyldExportsTrie = DyldExportsTrieOrError.get(); in getDyldExportsTrie()