Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1734 const auto *exportsTrie = in DylibFile() local
1736 if (dyldInfo && exportsTrie) { in DylibFile()
1746 } else if (exportsTrie) { in DylibFile()
1747 parseExportedSymbols(exportsTrie->dataoff, exportsTrie->datasize); in DylibFile()