Searched refs:getDyldInfoExportsTrie (Results 1 – 3 of 3) sorted by relevance
401 ArrayRef<uint8_t> getDyldInfoExportsTrie() const;
425 auto ExportsTrie = Obj.getDyldInfoExportsTrie(); in dumpExportTrie()
1510 return exports(getDyldInfoExportsTrie()); in exports()2365 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoExportsTrie() const { in getDyldInfoExportsTrie() function in MachOObjectFile