Home
last modified time | relevance | path

Searched refs:DyldExportsTrieOrError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5260 auto DyldExportsTrieOrError = getStructOrErr<MachO::linkedit_data_command>( in getDyldExportsTrie() local
5262 if (!DyldExportsTrieOrError) in getDyldExportsTrie()
5264 MachO::linkedit_data_command DyldExportsTrie = DyldExportsTrieOrError.get(); in getDyldExportsTrie()