Home
last modified time | relevance | path

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

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