Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachO.h397 ArrayRef<uint8_t> getDyldInfoExportsTrie() const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp1410 return exports(getDyldInfoExportsTrie()); in exports()
2265 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoExportsTrie() const { in getDyldInfoExportsTrie() function in MachOObjectFile