Searched refs:getDyldInfoExportsTrie (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachO.h401 ArrayRef<uint8_t> getDyldInfoExportsTrie() const;
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp425 auto ExportsTrie = Obj.getDyldInfoExportsTrie();
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1510 return exports(getDyldInfoExportsTrie());
2365 ArrayRef<uint8_t> MachOObjectFile::getDyldInfoExportsTrie() const { function in class:MachOObjectFile

Completed in 89 milliseconds