Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp292 Trie = MachOObj.getDyldExportsTrie(); in readExportInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h738 ArrayRef<uint8_t> getDyldExportsTrie() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3247 Trie = getDyldExportsTrie(); in exports()
5256 ArrayRef<uint8_t> MachOObjectFile::getDyldExportsTrie() const { in getDyldExportsTrie() function in MachOObjectFile